Html Css Color HEX #860039 Burgundy

📋 copy color: '#860039'

red 134 ◦ green 0 ◦ blue 57

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

Shades of Burgundy #860039

Tints of Burgundy #860039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.16%
G = 0%
B = 29.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#860039 (or 0x860039) is known color: Burgundy. HEX triplet: 86, 00 and 39. RGB value is (134,0,57). Sum of RGB (Red+Green+Blue) = 134+0+57=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860039 is #79FFC6. Grayscale: #2E2E2E. Windows color (decimal): -7995335 or 3735686. OLE color: 3735686.

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

Color convert

RGB 134 0 57 -
CMYK 0 1 0.57 0.47
HSL 334.48º 1% 0.26% -
HSV(B) 334.48º 1% 0.53% -
XYZ 10.57 5.36 4.35 -
YUV 46.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 134 0 57 0 1 0.57 0.47 334.48 1 0.26
Hex 86 0 39 0 64 39 2F 14E 64 1A
Octal 206 0 71 0 144 71 57 516 144 32
Binary 10000110 0 111001 0 1100100 111001 101111 101001110 1100100 11010

Color Harmonies of #860039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860039

Black with #860039

Text Example


Text Example

White with #860039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860039; }

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

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

background-color css

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

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

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

border-color css

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

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

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