Html Css Color HEX #86101C Burgundy

📋 copy color: '#86101C'

red 134 ◦ green 16 ◦ blue 28

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

Shades of Burgundy #86101C

Tints of Burgundy #86101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 75.28%
G = 8.99%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86101C (or 0x86101C) is known color: Burgundy. HEX triplet: 86, 10 and 1C. RGB value is (134,16,28). Sum of RGB (Red+Green+Blue) = 134+16+28=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86101C is #79EFE3. Grayscale: #343434. Windows color (decimal): -7991268 or 1839238. OLE color: 1839238.

HSL color Cylindrical-coordinate representation of color #86101C: hue angle of 353.9º 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 #86101C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 28 -
CMYK 0 0.88 0.79 0.47
HSL 353.9º 0.79% 0.29% -
HSV(B) 353.9º 0.88% 0.53% -
XYZ 10.23 5.52 1.63 -
YUV 52.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 134 16 28 0 0.88 0.79 0.47 353.9 0.79 0.29
Hex 86 10 1C 0 58 4F 2F 162 4F 1D
Octal 206 20 34 0 130 117 57 542 117 35
Binary 10000110 10000 11100 0 1011000 1001111 101111 101100010 1001111 11101

Color Harmonies of #86101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86101C

Black with #86101C

Text Example


Text Example

White with #86101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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