Html Css Color HEX #86101D Burgundy

📋 copy color: '#86101D'

red 134 ◦ green 16 ◦ blue 29

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

Shades of Burgundy #86101D

Tints of Burgundy #86101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

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

R = 74.86%
G = 8.94%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86101D (or 0x86101D) is known color: Burgundy. HEX triplet: 86, 10 and 1D. RGB value is (134,16,29). Sum of RGB (Red+Green+Blue) = 134+16+29=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86101D is #79EFE2. Grayscale: #343434. Windows color (decimal): -7991267 or 1904774. OLE color: 1904774.

HSL color Cylindrical-coordinate representation of color #86101D: hue angle of 353.39º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86101D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 29 -
CMYK 0 0.88 0.78 0.47
HSL 353.39º 0.79% 0.29% -
HSV(B) 353.39º 0.88% 0.53% -
XYZ 10.24 5.53 1.69 -
YUV 52.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 134 16 29 0 0.88 0.78 0.47 353.39 0.79 0.29
Hex 86 10 1D 0 58 4E 2F 161 4F 1D
Octal 206 20 35 0 130 116 57 541 117 35
Binary 10000110 10000 11101 0 1011000 1001110 101111 101100001 1001111 11101

Color Harmonies of #86101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86101D

Black with #86101D

Text Example


Text Example

White with #86101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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