#872F3B

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

Shades of Shiraz #872F3B

Tints of Shiraz #872F3B

Color information

#872F3B (or 0x872F3B) is unknown color: approx Shiraz. HEX triplet: 87, 2F and 3B. RGB value is (135,47,59). Sum of RGB (Red+Green+Blue) = 135+47+59=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F3B is #78D0C4. Grayscale: #4A4A4A. Windows color (decimal): -7917765 or 3878791. OLE color: 3878791.

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

Color convert

RGB1354759-
CMYK00.650.560.47
HSL351.82º48.35%35.69%-
HSV(B)351.82º65.19%52.94%-
XYZ11.87.54.96-
YUV74.68119.15171.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=56.02%
G=19.50%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475900.650.560.47351.8248.3535.69
Hex872F3B041382F1603024
Octal2075773010170575406044
Binary1000011110111111101101000001111000101111101100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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