#872640

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

Shades of Shiraz #872640

Tints of Shiraz #872640

Color information

#872640 (or 0x872640) is unknown color: approx Shiraz. HEX triplet: 87, 26 and 40. RGB value is (135,38,64). Sum of RGB (Red+Green+Blue) = 135+38+64=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #872640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872640 is #78D9BF. Grayscale: #454545. Windows color (decimal): -7920064 or 4204167. OLE color: 4204167.

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

Color convert

RGB1353864-
CMYK00.720.530.47
HSL343.92º56.07%33.92%-
HSV(B)343.92º71.85%52.94%-
XYZ11.616.915.57-
YUV69.97124.64174.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=56.96%
G=16.03%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135386400.720.530.47343.9256.0733.92
Hex872640048352F1583822
Octal20746100011065575307042
Binary10000111100110100000001001000110101101111101011000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872640; }

 p { color: rgb(135,38,64); }

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

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

 a { background-color: rgb(135,38,64); }

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

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

 span { border-color: rgb(135,38,64); }

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