#872433

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

Shades of Shiraz #872433

Tints of Shiraz #872433

Color information

#872433 (or 0x872433) is unknown color: approx Shiraz. HEX triplet: 87, 24 and 33. RGB value is (135,36,51). Sum of RGB (Red+Green+Blue) = 135+36+51=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872433 is #78DBCC. Grayscale: #434343. Windows color (decimal): -7920589 or 3351687. OLE color: 3351687.

HSL color Cylindrical-coordinate representation of color #872433: hue angle of 350.91º degrees, saturation: 0.58, 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 #872433 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1353651-
CMYK00.730.620.47
HSL350.91º57.89%33.53%-
HSV(B)350.91º73.33%52.94%-
XYZ11.226.653.82-
YUV67.31118.8176.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=60.81%
G=16.22%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135365100.730.620.47350.9157.8933.53
Hex8724330493E2F15f3a22
Octal2074463011176575377242
Binary1000011110010011001101001001111110101111101011111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872433; }

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

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

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

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

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

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

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

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