Html Css Color HEX #86121C Burgundy

📋 copy color: '#86121C'

red 134 ◦ green 18 ◦ blue 28

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

Shades of Burgundy #86121C

Tints of Burgundy #86121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 74.44%
G = 10%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86121C (or 0x86121C) is known color: Burgundy. HEX triplet: 86, 12 and 1C. RGB value is (134,18,28). Sum of RGB (Red+Green+Blue) = 134+18+28=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86121C is #79EDE3. Grayscale: #353535. Windows color (decimal): -7990756 or 1839750. OLE color: 1839750.

HSL color Cylindrical-coordinate representation of color #86121C: hue angle of 354.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86121C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 28 -
CMYK 0 0.87 0.79 0.47
HSL 354.83º 0.76% 0.3% -
HSV(B) 354.83º 0.87% 0.53% -
XYZ 10.26 5.58 1.64 -
YUV 53.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 134 18 28 0 0.87 0.79 0.47 354.83 0.76 0.3
Hex 86 12 1C 0 57 4F 2F 163 4C 1E
Octal 206 22 34 0 127 117 57 543 114 36
Binary 10000110 10010 11100 0 1010111 1001111 101111 101100011 1001100 11110

Color Harmonies of #86121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86121C

Black with #86121C

Text Example


Text Example

White with #86121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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