#872534

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

Shades of Shiraz #872534

Tints of Shiraz #872534

Color information

#872534 (or 0x872534) is unknown color: approx Shiraz. HEX triplet: 87, 25 and 34. RGB value is (135,37,52). Sum of RGB (Red+Green+Blue) = 135+37+52=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #872534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872534 is #78DACB. Grayscale: #444444. Windows color (decimal): -7920332 or 3417479. OLE color: 3417479.

HSL color Cylindrical-coordinate representation of color #872534: hue angle of 350.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872534 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1353752-
CMYK00.730.610.47
HSL350.82º56.98%33.73%-
HSV(B)350.82º72.59%52.94%-
XYZ11.276.723.95-
YUV68.01118.97175.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=60.27%
G=16.52%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135375200.730.610.47350.8256.9833.73
Hex8725340493D2F15f3922
Octal2074564011175575377142
Binary1000011110010111010001001001111101101111101011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872534; }

 p { color: rgb(135,37,52); }

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

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

 a { background-color: rgb(135,37,52); }

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

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

 span { border-color: rgb(135,37,52); }

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