Html Css Color HEX #860E1F Burgundy

📋 copy color: '#860E1F'

red 134 ◦ green 14 ◦ blue 31

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

Shades of Burgundy #860E1F

Tints of Burgundy #860E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.82%

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 74.86%
G = 7.82%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#860E1F (or 0x860E1F) is known color: Burgundy. HEX triplet: 86, 0E and 1F. RGB value is (134,14,31). Sum of RGB (Red+Green+Blue) = 134+14+31=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #860E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E1F is #79F1E0. Grayscale: #333333. Windows color (decimal): -7991777 or 2035334. OLE color: 2035334.

HSL color Cylindrical-coordinate representation of color #860E1F: hue angle of 351.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E1F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 31 -
CMYK 0 0.90 0.77 0.47
HSL 351.5º 0.81% 0.29% -
HSV(B) 351.5º 0.9% 0.53% -
XYZ 10.24 5.48 1.81 -
YUV 51.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 134 14 31 0 0.90 0.77 0.47 351.5 0.81 0.29
Hex 86 E 1F 0 5A 4D 2F 160 51 1D
Octal 206 16 37 0 132 115 57 540 121 35
Binary 10000110 1110 11111 0 1011010 1001101 101111 101100000 1010001 11101

Color Harmonies of #860E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E1F

Black with #860E1F

Text Example


Text Example

White with #860E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,14,31); }

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

background-color css

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

 a { background-color: rgb(134,14,31); }

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

border-color css

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

 span { border-color: rgb(134,14,31); }

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