#872A3B

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

Shades of Shiraz #872A3B

Tints of Shiraz #872A3B

Color information

#872A3B (or 0x872A3B) is unknown color: approx Shiraz. HEX triplet: 87, 2A and 3B. RGB value is (135,42,59). Sum of RGB (Red+Green+Blue) = 135+42+59=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #872A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A3B is #78D5C4. Grayscale: #474747. Windows color (decimal): -7919045 or 3877511. OLE color: 3877511.

HSL color Cylindrical-coordinate representation of color #872A3B: hue angle of 349.03º 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 #872A3B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1354259-
CMYK00.690.560.47
HSL349.03º52.54%34.71%-
HSV(B)349.03º68.89%52.94%-
XYZ11.617.124.9-
YUV71.74120.81173.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 59 (23.44% from 255) = 25%
R=57.20%
G=17.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135425900.690.560.47349.0352.5434.71
Hex872A3B045382F15d3523
Octal2075273010570575356543
Binary1000011110101011101101000101111000101111101011101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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