Html Css Color HEX #86041D Burgundy

📋 copy color: '#86041D'

red 134 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #86041D

Tints of Burgundy #86041D

RGB

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

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

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

R = 80.24%
G = 2.4%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86041D (or 0x86041D) is known color: Burgundy. HEX triplet: 86, 04 and 1D. RGB value is (134,4,29). Sum of RGB (Red+Green+Blue) = 134+4+29=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #86041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86041D is #79FBE2. Grayscale: #2D2D2D. Windows color (decimal): -7994339 or 1901702. OLE color: 1901702.

HSL color Cylindrical-coordinate representation of color #86041D: hue angle of 348.46º 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 #86041D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 4 29 -
CMYK 0 0.97 0.78 0.47
HSL 348.46º 0.94% 0.27% -
HSV(B) 348.46º 0.97% 0.53% -
XYZ 10.1 5.24 1.64 -
YUV 45.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 134 4 29 0 0.97 0.78 0.47 348.46 0.94 0.27
Hex 86 4 1D 0 61 4E 2F 15C 5E 1B
Octal 206 4 35 0 141 116 57 534 136 33
Binary 10000110 100 11101 0 1100001 1001110 101111 101011100 1011110 11011

Color Harmonies of #86041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86041D

Black with #86041D

Text Example


Text Example

White with #86041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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