#862438

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

Shades of Shiraz #862438

Tints of Shiraz #862438

Color information

#862438 (or 0x862438) is unknown color: approx Shiraz. HEX triplet: 86, 24 and 38. RGB value is (134,36,56). Sum of RGB (Red+Green+Blue) = 134+36+56=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862438 is #79DBC7. Grayscale: #434343. Windows color (decimal): -7986120 or 3679366. OLE color: 3679366.

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

Color convert

RGB1343656-
CMYK00.730.580.47
HSL347.76º57.65%33.33%-
HSV(B)347.76º73.13%52.55%-
XYZ11.186.624.43-
YUV67.58121.47175.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=59.29%
G=15.93%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134365600.730.580.47347.7657.6533.33
Hex8624380493A2F15c3a21
Octal2064470011172575347241
Binary1000011010010011100001001001111010101111101011100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862438; }

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

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

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

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

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

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

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

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