#872638

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

Shades of Shiraz #872638

Tints of Shiraz #872638

Color information

#872638 (or 0x872638) is unknown color: approx Shiraz. HEX triplet: 87, 26 and 38. RGB value is (135,38,56). Sum of RGB (Red+Green+Blue) = 135+38+56=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872638 is #78D9C7. Grayscale: #454545. Windows color (decimal): -7920072 or 3679879. OLE color: 3679879.

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

Color convert

RGB1353856-
CMYK00.720.590.47
HSL348.87º56.07%33.92%-
HSV(B)348.87º71.85%52.94%-
XYZ11.46.824.46-
YUV69.05120.64175.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=58.95%
G=16.59%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135385600.720.590.47348.8756.0733.92
Hex8726380483B2F15d3822
Octal2074670011073575357042
Binary1000011110011011100001001000111011101111101011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872638; }

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

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

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

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

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

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

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

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