Html Css Color HEX #862139 Shiraz

📋 copy color: '#862139'

red 134 ◦ green 33 ◦ blue 57

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

Shades of Shiraz #862139

Tints of Shiraz #862139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 59.82%
G = 14.73%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#862139 (or 0x862139) is known color: Shiraz. HEX triplet: 86, 21 and 39. RGB value is (134,33,57). Sum of RGB (Red+Green+Blue) = 134+33+57=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #862139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862139 is #79DEC6. Grayscale: #414141. Windows color (decimal): -7986887 or 3744134. OLE color: 3744134.

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

Color convert

RGB 134 33 57 -
CMYK 0 0.75 0.57 0.47
HSL 345.74º 0.6% 0.33% -
HSV(B) 345.74º 0.75% 0.53% -
XYZ 11.11 6.45 4.53 -
YUV 65.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 134 33 57 0 0.75 0.57 0.47 345.74 0.6 0.33
Hex 86 21 39 0 4B 39 2F 15A 3C 21
Octal 206 41 71 0 113 71 57 532 74 41
Binary 10000110 100001 111001 0 1001011 111001 101111 101011010 111100 100001

Color Harmonies of #862139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862139

Black with #862139

Text Example


Text Example

White with #862139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862139; }

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

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

background-color css

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

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

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

border-color css

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

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

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