Html Css Color HEX #862439 Shiraz

📋 copy color: '#862439'

red 134 ◦ green 36 ◦ blue 57

#862439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #862439

Tints of Shiraz #862439

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 59.03%
G = 15.86%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#862439 (or 0x862439) is known color: Shiraz. HEX triplet: 86, 24 and 39. RGB value is (134,36,57). Sum of RGB (Red+Green+Blue) = 134+36+57=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862439 is #79DBC6. Grayscale: #434343. Windows color (decimal): -7986119 or 3744902. OLE color: 3744902.

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

Color convert

RGB 134 36 57 -
CMYK 0 0.73 0.57 0.47
HSL 347.14º 0.58% 0.33% -
HSV(B) 347.14º 0.73% 0.53% -
XYZ 11.2 6.63 4.56 -
YUV 67.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 134 36 57 0 0.73 0.57 0.47 347.14 0.58 0.33
Hex 86 24 39 0 49 39 2F 15B 3A 21
Octal 206 44 71 0 111 71 57 533 72 41
Binary 10000110 100100 111001 0 1001001 111001 101111 101011011 111010 100001

Color Harmonies of #862439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862439

Black with #862439

Text Example


Text Example

White with #862439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862439; }

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

 H1.HeaderClassName
 {
   color: #862439;
 }
 .AnyTagClassName
 {
   color: #862439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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