#872D3B

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

Shades of Shiraz #872D3B

Tints of Shiraz #872D3B

Color information

#872D3B (or 0x872D3B) is unknown color: approx Shiraz. HEX triplet: 87, 2D and 3B. RGB value is (135,45,59). Sum of RGB (Red+Green+Blue) = 135+45+59=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #872D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D3B is #78D2C4. Grayscale: #494949. Windows color (decimal): -7918277 or 3878279. OLE color: 3878279.

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

Color convert

RGB1354559-
CMYK00.670.560.47
HSL350.67º50%35.29%-
HSV(B)350.67º66.67%52.94%-
XYZ11.727.344.94-
YUV73.51119.82171.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=56.49%
G=18.83%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135455900.670.560.47350.675035.29
Hex872D3B043382F15f3223
Octal2075573010370575376243
Binary1000011110110111101101000011111000101111101011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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