Html Css Color HEX #86041B Burgundy

📋 copy color: '#86041B'

red 134 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #86041B

Tints of Burgundy #86041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 81.21%
G = 2.42%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86041B (or 0x86041B) is known color: Burgundy. HEX triplet: 86, 04 and 1B. RGB value is (134,4,27). Sum of RGB (Red+Green+Blue) = 134+4+27=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86041B is #79FBE4. Grayscale: #2D2D2D. Windows color (decimal): -7994341 or 1770630. OLE color: 1770630.

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

Color convert

RGB 134 4 27 -
CMYK 0 0.97 0.80 0.47
HSL 349.38º 0.94% 0.27% -
HSV(B) 349.38º 0.97% 0.53% -
XYZ 10.07 5.23 1.52 -
YUV 45.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 134 4 27 0 0.97 0.80 0.47 349.38 0.94 0.27
Hex 86 4 1B 0 61 50 2F 15D 5E 1B
Octal 206 4 33 0 141 120 57 535 136 33
Binary 10000110 100 11011 0 1100001 1010000 101111 101011101 1011110 11011

Color Harmonies of #86041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86041B

Black with #86041B

Text Example


Text Example

White with #86041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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