#862239

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

Shades of Shiraz #862239

Tints of Shiraz #862239

Color information

#862239 (or 0x862239) is unknown color: approx Shiraz. HEX triplet: 86, 22 and 39. RGB value is (134,34,57). Sum of RGB (Red+Green+Blue) = 134+34+57=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #862239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862239 is #79DDC6. Grayscale: #424242. Windows color (decimal): -7986631 or 3744390. OLE color: 3744390.

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

Color convert

RGB1343457-
CMYK00.750.570.47
HSL346.2º59.52%32.94%-
HSV(B)346.2º74.63%52.55%-
XYZ11.146.514.54-
YUV66.52122.63176.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=59.56%
G=15.11%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134345700.750.570.47346.259.5232.94
Hex86223904B392F15a3c21
Octal2064271011371575327441
Binary1000011010001011100101001011111001101111101011010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862239; }

 p { color: rgb(134,34,57); }

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

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

 a { background-color: rgb(134,34,57); }

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

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

 span { border-color: rgb(134,34,57); }

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