Html Css Color HEX #860239 Burgundy

📋 copy color: '#860239'

red 134 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #860239

Tints of Burgundy #860239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 69.43%
G = 1.04%
B = 29.53%

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

#860239 (or 0x860239) is known color: Burgundy. HEX triplet: 86, 02 and 39. RGB value is (134,2,57). Sum of RGB (Red+Green+Blue) = 134+2+57=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #860239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860239 is #79FDC6. Grayscale: #2F2F2F. Windows color (decimal): -7994823 or 3736198. OLE color: 3736198.

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

Color convert

RGB 134 2 57 -
CMYK 0 0.99 0.57 0.47
HSL 335º 0.97% 0.27% -
HSV(B) 335º 0.99% 0.53% -
XYZ 10.59 5.41 4.36 -
YUV 47.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 134 2 57 0 0.99 0.57 0.47 335 0.97 0.27
Hex 86 2 39 0 63 39 2F 14F 61 1B
Octal 206 2 71 0 143 71 57 517 141 33
Binary 10000110 10 111001 0 1100011 111001 101111 101001111 1100001 11011

Color Harmonies of #860239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860239

Black with #860239

Text Example


Text Example

White with #860239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860239; }

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

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

background-color css

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

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

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

border-color css

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

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

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