#872438

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

Shades of Shiraz #872438

Tints of Shiraz #872438

Color information

#872438 (or 0x872438) is unknown color: approx Shiraz. HEX triplet: 87, 24 and 38. RGB value is (135,36,56). Sum of RGB (Red+Green+Blue) = 135+36+56=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872438 is #78DBC7. Grayscale: #434343. Windows color (decimal): -7920584 or 3679367. OLE color: 3679367.

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

Color convert

RGB1353656-
CMYK00.730.590.47
HSL347.88º57.89%33.53%-
HSV(B)347.88º73.33%52.94%-
XYZ11.346.74.44-
YUV67.88121.3175.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=59.47%
G=15.86%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135365600.730.590.47347.8857.8933.53
Hex8724380493B2F15c3a22
Octal2074470011173575347242
Binary1000011110010011100001001001111011101111101011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872438; }

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

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

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

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

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

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

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

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