Html Css Color HEX #86001F Burgundy

📋 copy color: '#86001F'

red 134 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #86001F

Tints of Burgundy #86001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.21%
G = 0%
B = 18.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86001F (or 0x86001F) is known color: Burgundy. HEX triplet: 86, 00 and 1F. RGB value is (134,0,31). Sum of RGB (Red+Green+Blue) = 134+0+31=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86001F is #79FFE0. Grayscale: #2B2B2B. Windows color (decimal): -7995361 or 2031750. OLE color: 2031750.

HSL color Cylindrical-coordinate representation of color #86001F: hue angle of 346.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86001F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 31 -
CMYK 0 1 0.77 0.47
HSL 346.12º 1% 0.26% -
HSV(B) 346.12º 1% 0.53% -
XYZ 10.08 5.17 1.76 -
YUV 43.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 134 0 31 0 1 0.77 0.47 346.12 1 0.26
Hex 86 0 1F 0 64 4D 2F 15A 64 1A
Octal 206 0 37 0 144 115 57 532 144 32
Binary 10000110 0 11111 0 1100100 1001101 101111 101011010 1100100 11010

Color Harmonies of #86001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86001F

Black with #86001F

Text Example


Text Example

White with #86001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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