#872A33

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

Shades of Shiraz #872A33

Tints of Shiraz #872A33

Color information

#872A33 (or 0x872A33) is unknown color: approx Shiraz. HEX triplet: 87, 2A and 33. RGB value is (135,42,51). Sum of RGB (Red+Green+Blue) = 135+42+51=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #872A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A33 is #78D5CC. Grayscale: #464646. Windows color (decimal): -7919053 or 3353223. OLE color: 3353223.

HSL color Cylindrical-coordinate representation of color #872A33: hue angle of 354.19º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A33 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1354251-
CMYK00.690.620.47
HSL354.19º52.54%34.71%-
HSV(B)354.19º68.89%52.94%-
XYZ11.427.053.89-
YUV70.83116.81173.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=59.21%
G=18.42%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135425100.690.620.47354.1952.5434.71
Hex872A330453E2F1623523
Octal2075263010576575426543
Binary1000011110101011001101000101111110101111101100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A33; }

 p { color: rgb(135,42,51); }

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

<style>
 a { background-color: #872A33; }

 a { background-color: rgb(135,42,51); }

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

<style>
 span { border-color: #872A33; }

 span { border-color: rgb(135,42,51); }

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