#872A35

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

Shades of Shiraz #872A35

Tints of Shiraz #872A35

Color information

#872A35 (or 0x872A35) is unknown color: approx Shiraz. HEX triplet: 87, 2A and 35. RGB value is (135,42,53). Sum of RGB (Red+Green+Blue) = 135+42+53=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #872A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A35 is #78D5CA. Grayscale: #474747. Windows color (decimal): -7919051 or 3484295. OLE color: 3484295.

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

Color convert

RGB1354253-
CMYK00.690.610.47
HSL352.9º52.54%34.71%-
HSV(B)352.9º68.89%52.94%-
XYZ11.467.064.13-
YUV71.06117.81173.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=58.70%
G=18.26%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135425300.690.610.47352.952.5434.71
Hex872A350453D2F1613523
Octal2075265010575575416543
Binary1000011110101011010101000101111101101111101100001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A35; }

 p { color: rgb(135,42,53); }

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

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

 a { background-color: rgb(135,42,53); }

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

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

 span { border-color: rgb(135,42,53); }

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