#862836

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

Shades of Shiraz #862836

Tints of Shiraz #862836

Color information

#862836 (or 0x862836) is unknown color: approx Shiraz. HEX triplet: 86, 28 and 36. RGB value is (134,40,54). Sum of RGB (Red+Green+Blue) = 134+40+54=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #862836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862836 is #79D7C9. Grayscale: #454545. Windows color (decimal): -7985098 or 3549318. OLE color: 3549318.

HSL color Cylindrical-coordinate representation of color #862836: hue angle of 351.06º 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 #862836 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1344054-
CMYK00.700.600.47
HSL351.06º54.02%34.12%-
HSV(B)351.06º70.15%52.55%-
XYZ11.266.854.22-
YUV69.7119.14173.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=58.77%
G=17.54%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134405400.700.600.47351.0654.0234.12
Hex8628360463C2F15f3622
Octal2065066010674575376642
Binary1000011010100011011001000110111100101111101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862836; }

 p { color: rgb(134,40,54); }

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

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

 a { background-color: rgb(134,40,54); }

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

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

 span { border-color: rgb(134,40,54); }

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