Html Css Color HEX #86001E Burgundy

📋 copy color: '#86001E'

red 134 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #86001E

Tints of Burgundy #86001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 81.71%
G = 0%
B = 18.29%

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

#86001E (or 0x86001E) is known color: Burgundy. HEX triplet: 86, 00 and 1E. RGB value is (134,0,30). Sum of RGB (Red+Green+Blue) = 134+0+30=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #86001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86001E is #79FFE1. Grayscale: #2B2B2B. Windows color (decimal): -7995362 or 1966214. OLE color: 1966214.

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

Color convert

RGB 134 0 30 -
CMYK 0 1 0.78 0.47
HSL 346.57º 1% 0.26% -
HSV(B) 346.57º 1% 0.53% -
XYZ 10.07 5.16 1.69 -
YUV 43.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 134 0 30 0 1 0.78 0.47 346.57 1 0.26
Hex 86 0 1E 0 64 4E 2F 15B 64 1A
Octal 206 0 36 0 144 116 57 533 144 32
Binary 10000110 0 11110 0 1100100 1001110 101111 101011011 1100100 11010

Color Harmonies of #86001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86001E

Black with #86001E

Text Example


Text Example

White with #86001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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