#84263B

Color #84263B Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #84263B

Tints of Shiraz #84263B

Color information

#84263B (or 0x84263B) is unknown color: approx Shiraz. HEX triplet: 84, 26 and 3B. RGB value is (132,38,59). Sum of RGB (Red+Green+Blue) = 132+38+59=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84263B is #7BD9C4. Grayscale: #444444. Windows color (decimal): -8116677 or 3876484. OLE color: 3876484.

HSL color Cylindrical-coordinate representation of color #84263B: hue angle of 346.6º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84263B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1323859-
CMYK00.710.550.48
HSL346.6º55.29%33.33%-
HSV(B)346.6º71.21%51.76%-
XYZ116.614.83-
YUV68.5122.64173.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=57.64%
G=16.59%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132385900.710.550.48346.655.2933.33
Hex84263B047373015b3721
Octal2044673010767605336741
Binary1000010010011011101101000111110111110000101011011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84263B; }

 p { color: rgb(132,38,59); }

 H1.HeaderClassName
 {
   color: #84263B;
 }
 .AnyTagClassName
 {
   color: #84263B;
 }
</style>
background-color css

<style>
 a { background-color: #84263B; }

 a { background-color: rgb(132,38,59); }

 div.DivClassName
 {
   background-color: #84263B;
 }
 .BgClassName
 {
   background-color: #84263B;
 }
</style>
border-color css

<style>
 span { border-color: #84263B; }

 span { border-color: rgb(132,38,59); }

 td.TdClassName
 {
   border-color: #84263B;
 }
 .TagClassName
 {
   border-color: #84263B;
 }
</style>