Html Css Color HEX #860439 Burgundy

📋 copy color: '#860439'

red 134 ◦ green 4 ◦ blue 57

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

Shades of Burgundy #860439

Tints of Burgundy #860439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 68.72%
G = 2.05%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#860439 (or 0x860439) is known color: Burgundy. HEX triplet: 86, 04 and 39. RGB value is (134,4,57). Sum of RGB (Red+Green+Blue) = 134+4+57=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #860439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860439 is #79FBC6. Grayscale: #303030. Windows color (decimal): -7994311 or 3736710. OLE color: 3736710.

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

Color convert

RGB 134 4 57 -
CMYK 0 0.97 0.57 0.47
HSL 335.54º 0.94% 0.27% -
HSV(B) 335.54º 0.97% 0.53% -
XYZ 10.61 5.45 4.36 -
YUV 48.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 134 4 57 0 0.97 0.57 0.47 335.54 0.94 0.27
Hex 86 4 39 0 61 39 2F 150 5E 1B
Octal 206 4 71 0 141 71 57 520 136 33
Binary 10000110 100 111001 0 1100001 111001 101111 101010000 1011110 11011

Color Harmonies of #860439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860439

Black with #860439

Text Example


Text Example

White with #860439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860439; }

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

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

background-color css

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

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

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

border-color css

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

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

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