#872731

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

Shades of Shiraz #872731

Tints of Shiraz #872731

Color information

#872731 (or 0x872731) is unknown color: approx Shiraz. HEX triplet: 87, 27 and 31. RGB value is (135,39,49). Sum of RGB (Red+Green+Blue) = 135+39+49=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #872731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872731 is #78D8CE. Grayscale: #444444. Windows color (decimal): -7919823 or 3221383. OLE color: 3221383.

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

Color convert

RGB1353949-
CMYK00.710.640.47
HSL353.75º55.17%34.12%-
HSV(B)353.75º71.11%52.94%-
XYZ11.276.823.63-
YUV68.84116.8175.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.54%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=60.54%
G=17.49%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135394900.710.640.47353.7555.1734.12
Hex872731047402F1623722
Octal20747610107100575426742
Binary10000111100111110001010001111000000101111101100010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872731; }

 p { color: rgb(135,39,49); }

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

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

 a { background-color: rgb(135,39,49); }

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

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

 span { border-color: rgb(135,39,49); }

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