Html Css Color HEX #86071B Burgundy

📋 copy color: '#86071B'

red 134 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #86071B

Tints of Burgundy #86071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 79.76%
G = 4.17%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86071B (or 0x86071B) is known color: Burgundy. HEX triplet: 86, 07 and 1B. RGB value is (134,7,27). Sum of RGB (Red+Green+Blue) = 134+7+27=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #86071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86071B is #79F8E4. Grayscale: #2F2F2F. Windows color (decimal): -7993573 or 1771398. OLE color: 1771398.

HSL color Cylindrical-coordinate representation of color #86071B: hue angle of 350.55º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86071B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 27 -
CMYK 0 0.95 0.80 0.47
HSL 350.55º 0.9% 0.28% -
HSV(B) 350.55º 0.95% 0.53% -
XYZ 10.11 5.3 1.53 -
YUV 47.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 134 7 27 0 0.95 0.80 0.47 350.55 0.9 0.28
Hex 86 7 1B 0 5F 50 2F 15F 5A 1C
Octal 206 7 33 0 137 120 57 537 132 34
Binary 10000110 111 11011 0 1011111 1010000 101111 101011111 1011010 11100

Color Harmonies of #86071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86071B

Black with #86071B

Text Example


Text Example

White with #86071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86071B; }

 p { color: rgb(134,7,27); }

 H1.HeaderClassName
 {
   color: #86071B;
 }
 .AnyTagClassName
 {
   color: #86071B;
 }
</style>

background-color css

<style>
 a { background-color: #86071B; }

 a { background-color: rgb(134,7,27); }

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

border-color css

<style>
 span { border-color: #86071B; }

 span { border-color: rgb(134,7,27); }

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