#872A38

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

Shades of Shiraz #872A38

Tints of Shiraz #872A38

Color information

#872A38 (or 0x872A38) is unknown color: approx Shiraz. HEX triplet: 87, 2A and 38. RGB value is (135,42,56). Sum of RGB (Red+Green+Blue) = 135+42+56=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #872A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A38 is #78D5C7. Grayscale: #474747. Windows color (decimal): -7919048 or 3680903. OLE color: 3680903.

HSL color Cylindrical-coordinate representation of color #872A38: hue angle of 350.97º 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 #872A38 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1354256-
CMYK00.690.590.47
HSL350.97º52.54%34.71%-
HSV(B)350.97º68.89%52.94%-
XYZ11.537.094.5-
YUV71.4119.31173.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=57.94%
G=18.03%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135425600.690.590.47350.9752.5434.71
Hex872A380453B2F15f3523
Octal2075270010573575376543
Binary1000011110101011100001000101111011101111101011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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