Html Css Color HEX #86092F Burgundy

📋 copy color: '#86092F'

red 134 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #86092F

Tints of Burgundy #86092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 70.53%
G = 4.74%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86092F (or 0x86092F) is known color: Burgundy. HEX triplet: 86, 09 and 2F. RGB value is (134,9,47). Sum of RGB (Red+Green+Blue) = 134+9+47=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #86092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86092F is #79F6D0. Grayscale: #323232. Windows color (decimal): -7993041 or 3082630. OLE color: 3082630.

HSL color Cylindrical-coordinate representation of color #86092F: hue angle of 341.76º 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 #86092F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 47 -
CMYK 0 0.93 0.65 0.47
HSL 341.76º 0.87% 0.28% -
HSV(B) 341.76º 0.93% 0.53% -
XYZ 10.44 5.47 3.19 -
YUV 50.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 134 9 47 0 0.93 0.65 0.47 341.76 0.87 0.28
Hex 86 9 2F 0 5D 41 2F 156 57 1C
Octal 206 11 57 0 135 101 57 526 127 34
Binary 10000110 1001 101111 0 1011101 1000001 101111 101010110 1010111 11100

Color Harmonies of #86092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86092F

Black with #86092F

Text Example


Text Example

White with #86092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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