#862A40

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

Shades of Shiraz #862A40

Tints of Shiraz #862A40

Color information

#862A40 (or 0x862A40) is unknown color: approx Shiraz. HEX triplet: 86, 2A and 40. RGB value is (134,42,64). Sum of RGB (Red+Green+Blue) = 134+42+64=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #862A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A40 is #79D5BF. Grayscale: #484848. Windows color (decimal): -7984576 or 4205190. OLE color: 4205190.

HSL color Cylindrical-coordinate representation of color #862A40: hue angle of 345.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A40 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1344264-
CMYK00.690.520.47
HSL345.65º52.27%34.51%-
HSV(B)345.65º68.66%52.55%-
XYZ11.587.095.61-
YUV72.02123.48172.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=55.83%
G=17.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134426400.690.520.47345.6552.2734.51
Hex862A40045342F15a3423
Octal20652100010564575326443
Binary10000110101010100000001000101110100101111101011010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A40; }

 p { color: rgb(134,42,64); }

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

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

 a { background-color: rgb(134,42,64); }

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

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

 span { border-color: rgb(134,42,64); }

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