Html Css Color HEX #860D1F Burgundy

📋 copy color: '#860D1F'

red 134 ◦ green 13 ◦ blue 31

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

Shades of Burgundy #860D1F

Tints of Burgundy #860D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

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

R = 75.28%
G = 7.3%
B = 17.42%

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

#860D1F (or 0x860D1F) is known color: Burgundy. HEX triplet: 86, 0D and 1F. RGB value is (134,13,31). Sum of RGB (Red+Green+Blue) = 134+13+31=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #860D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D1F is #79F2E0. Grayscale: #333333. Windows color (decimal): -7992033 or 2035078. OLE color: 2035078.

HSL color Cylindrical-coordinate representation of color #860D1F: hue angle of 351.07º degrees, saturation: 0.82, 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 #860D1F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 31 -
CMYK 0 0.90 0.77 0.47
HSL 351.07º 0.82% 0.29% -
HSV(B) 351.07º 0.9% 0.53% -
XYZ 10.22 5.46 1.81 -
YUV 51.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 134 13 31 0 0.90 0.77 0.47 351.07 0.82 0.29
Hex 86 D 1F 0 5A 4D 2F 15F 52 1D
Octal 206 15 37 0 132 115 57 537 122 35
Binary 10000110 1101 11111 0 1011010 1001101 101111 101011111 1010010 11101

Color Harmonies of #860D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D1F

Black with #860D1F

Text Example


Text Example

White with #860D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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