Html Css Color HEX #86051C Burgundy

📋 copy color: '#86051C'

red 134 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #86051C

Tints of Burgundy #86051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 80.24%
G = 2.99%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86051C (or 0x86051C) is known color: Burgundy. HEX triplet: 86, 05 and 1C. RGB value is (134,5,28). Sum of RGB (Red+Green+Blue) = 134+5+28=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #86051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86051C is #79FAE3. Grayscale: #2E2E2E. Windows color (decimal): -7994084 or 1836422. OLE color: 1836422.

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

Color convert

RGB 134 5 28 -
CMYK 0 0.96 0.79 0.47
HSL 349.3º 0.93% 0.27% -
HSV(B) 349.3º 0.96% 0.53% -
XYZ 10.1 5.26 1.58 -
YUV 46.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 134 5 28 0 0.96 0.79 0.47 349.3 0.93 0.27
Hex 86 5 1C 0 60 4F 2F 15D 5D 1B
Octal 206 5 34 0 140 117 57 535 135 33
Binary 10000110 101 11100 0 1100000 1001111 101111 101011101 1011101 11011

Color Harmonies of #86051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86051C

Black with #86051C

Text Example


Text Example

White with #86051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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