#862637

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

Shades of Shiraz #862637

Tints of Shiraz #862637

Color information

#862637 (or 0x862637) is unknown color: approx Shiraz. HEX triplet: 86, 26 and 37. RGB value is (134,38,55). Sum of RGB (Red+Green+Blue) = 134+38+55=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862637 is #79D9C8. Grayscale: #444444. Windows color (decimal): -7985609 or 3614342. OLE color: 3614342.

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

Color convert

RGB1343855-
CMYK00.720.590.47
HSL349.38º55.81%33.73%-
HSV(B)349.38º71.64%52.55%-
XYZ11.216.734.32-
YUV68.64120.3174.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=59.03%
G=16.74%
B=24.23%

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
Decimal134385500.720.590.47349.3855.8133.73
Hex8626370483B2F15d3822
Octal2064667011073575357042
Binary1000011010011011011101001000111011101111101011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862637; }

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

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

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

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

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

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

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

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