Html Css Color HEX #86091F Burgundy

📋 copy color: '#86091F'

red 134 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #86091F

Tints of Burgundy #86091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 77.01%
G = 5.17%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86091F (or 0x86091F) is known color: Burgundy. HEX triplet: 86, 09 and 1F. RGB value is (134,9,31). Sum of RGB (Red+Green+Blue) = 134+9+31=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #86091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86091F is #79F6E0. Grayscale: #303030. Windows color (decimal): -7993057 or 2034054. OLE color: 2034054.

HSL color Cylindrical-coordinate representation of color #86091F: hue angle of 349.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86091F is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 31 -
CMYK 0 0.93 0.77 0.47
HSL 349.44º 0.87% 0.28% -
HSV(B) 349.44º 0.93% 0.53% -
XYZ 10.18 5.36 1.8 -
YUV 48.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 134 9 31 0 0.93 0.77 0.47 349.44 0.87 0.28
Hex 86 9 1F 0 5D 4D 2F 15D 57 1C
Octal 206 11 37 0 135 115 57 535 127 34
Binary 10000110 1001 11111 0 1011101 1001101 101111 101011101 1010111 11100

Color Harmonies of #86091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86091F

Black with #86091F

Text Example


Text Example

White with #86091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86091F; }

 p { color: rgb(134,9,31); }

 H1.HeaderClassName
 {
   color: #86091F;
 }
 .AnyTagClassName
 {
   color: #86091F;
 }
</style>

background-color css

<style>
 a { background-color: #86091F; }

 a { background-color: rgb(134,9,31); }

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

border-color css

<style>
 span { border-color: #86091F; }

 span { border-color: rgb(134,9,31); }

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