#862537

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

Shades of Shiraz #862537

Tints of Shiraz #862537

Color information

#862537 (or 0x862537) is unknown color: approx Shiraz. HEX triplet: 86, 25 and 37. RGB value is (134,37,55). Sum of RGB (Red+Green+Blue) = 134+37+55=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862537 is #79DAC8. Grayscale: #444444. Windows color (decimal): -7985865 or 3614086. OLE color: 3614086.

HSL color Cylindrical-coordinate representation of color #862537: hue angle of 348.87º degrees, saturation: 0.57, 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 #862537 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1343755-
CMYK00.720.590.47
HSL348.87º56.73%33.53%-
HSV(B)348.87º72.39%52.55%-
XYZ11.186.674.31-
YUV68.05120.64175.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=59.29%
G=16.37%
B=24.34%

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
Decimal134375500.720.590.47348.8756.7333.53
Hex8625370483B2F15d3922
Octal2064567011073575357142
Binary1000011010010111011101001000111011101111101011101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862537; }

 p { color: rgb(134,37,55); }

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

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

 a { background-color: rgb(134,37,55); }

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

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

 span { border-color: rgb(134,37,55); }

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