Html Css Color HEX #860139 Burgundy

📋 copy color: '#860139'

red 134 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #860139

Tints of Burgundy #860139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 69.79%
G = 0.52%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#860139 (or 0x860139) is known color: Burgundy. HEX triplet: 86, 01 and 39. RGB value is (134,1,57). Sum of RGB (Red+Green+Blue) = 134+1+57=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #860139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860139 is #79FEC6. Grayscale: #2F2F2F. Windows color (decimal): -7995079 or 3735942. OLE color: 3735942.

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

Color convert

RGB 134 1 57 -
CMYK 0 0.99 0.57 0.47
HSL 334.74º 0.99% 0.26% -
HSV(B) 334.74º 0.99% 0.53% -
XYZ 10.58 5.39 4.35 -
YUV 47.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 134 1 57 0 0.99 0.57 0.47 334.74 0.99 0.26
Hex 86 1 39 0 63 39 2F 14F 63 1A
Octal 206 1 71 0 143 71 57 517 143 32
Binary 10000110 1 111001 0 1100011 111001 101111 101001111 1100011 11010

Color Harmonies of #860139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860139

Black with #860139

Text Example


Text Example

White with #860139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860139; }

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

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

background-color css

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

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

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

border-color css

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

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

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