Html Css Color HEX #860F39 Burgundy

📋 copy color: '#860F39'

red 134 ◦ green 15 ◦ blue 57

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

Shades of Burgundy #860F39

Tints of Burgundy #860F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

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

R = 65.05%
G = 7.28%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#860F39 (or 0x860F39) is known color: Burgundy. HEX triplet: 86, 0F and 39. RGB value is (134,15,57). Sum of RGB (Red+Green+Blue) = 134+15+57=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #860F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860F39 is #79F0C6. Grayscale: #373737. Windows color (decimal): -7991495 or 3739526. OLE color: 3739526.

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

Color convert

RGB 134 15 57 -
CMYK 0 0.89 0.57 0.47
HSL 338.82º 0.8% 0.29% -
HSV(B) 338.82º 0.89% 0.53% -
XYZ 10.74 5.71 4.41 -
YUV 55.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 134 15 57 0 0.89 0.57 0.47 338.82 0.8 0.29
Hex 86 F 39 0 59 39 2F 153 50 1D
Octal 206 17 71 0 131 71 57 523 120 35
Binary 10000110 1111 111001 0 1011001 111001 101111 101010011 1010000 11101

Color Harmonies of #860F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F39

Black with #860F39

Text Example


Text Example

White with #860F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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