#872834

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

Shades of Shiraz #872834

Tints of Shiraz #872834

Color information

#872834 (or 0x872834) is unknown color: approx Shiraz. HEX triplet: 87, 28 and 34. RGB value is (135,40,52). Sum of RGB (Red+Green+Blue) = 135+40+52=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872834 is #78D7CB. Grayscale: #454545. Windows color (decimal): -7919564 or 3418247. OLE color: 3418247.

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

Color convert

RGB1354052-
CMYK00.700.610.47
HSL352.42º54.29%34.31%-
HSV(B)352.42º70.37%52.94%-
XYZ11.376.923.98-
YUV69.77117.97174.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=59.47%
G=17.62%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135405200.700.610.47352.4254.2934.31
Hex8728340463D2F1603622
Octal2075064010675575406642
Binary1000011110100011010001000110111101101111101100000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872834; }

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

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

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

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

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

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

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

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