#862c38

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

Shades of Shiraz #862C38

Tints of Shiraz #862C38

Color information

#862C38 (or 0x862C38) is unknown color: approx Shiraz. HEX triplet: 86, 2C and 38. RGB value is (134,44,56). Sum of RGB (Red+Green+Blue) = 134+44+56=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #862C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C38 is #79D3C7. Grayscale: #484848. Windows color (decimal): -7984072 or 3681414. OLE color: 3681414.

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

Color convert

RGB1344456-
CMYK00.670.580.47
HSL352º50.56%34.9%-
HSV(B)352º67.16%52.55%-
XYZ11.457.164.52-
YUV72.28118.82172.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=57.26%
G=18.80%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134445600.670.580.4735250.5634.9
Hex862C380433A2F1603323
Octal2065470010372575406343
Binary1000011010110011100001000011111010101111101100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,56); }

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

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

 a { background-color: rgb(134,44,56); }

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

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

 span { border-color: rgb(134,44,56); }

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