Html Css Color HEX #86001D Burgundy

📋 copy color: '#86001D'

red 134 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #86001D

Tints of Burgundy #86001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 82.21%
G = 0%
B = 17.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86001D (or 0x86001D) is known color: Burgundy. HEX triplet: 86, 00 and 1D. RGB value is (134,0,29). Sum of RGB (Red+Green+Blue) = 134+0+29=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #86001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86001D is #79FFE2. Grayscale: #2B2B2B. Windows color (decimal): -7995363 or 1900678. OLE color: 1900678.

HSL color Cylindrical-coordinate representation of color #86001D: hue angle of 347.01º 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 #86001D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 29 -
CMYK 0 1 0.78 0.47
HSL 347.01º 1% 0.26% -
HSV(B) 347.01º 1% 0.53% -
XYZ 10.05 5.16 1.63 -
YUV 43.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 134 0 29 0 1 0.78 0.47 347.01 1 0.26
Hex 86 0 1D 0 64 4E 2F 15B 64 1A
Octal 206 0 35 0 144 116 57 533 144 32
Binary 10000110 0 11101 0 1100100 1001110 101111 101011011 1100100 11010

Color Harmonies of #86001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86001D

Black with #86001D

Text Example


Text Example

White with #86001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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