Html Css Color HEX #860920 Burgundy

📋 copy color: '#860920'

red 134 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #860920

Tints of Burgundy #860920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.29%

R = 76.57%
G = 5.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#860920 (or 0x860920) is known color: Burgundy. HEX triplet: 86, 09 and 20. RGB value is (134,9,32). Sum of RGB (Red+Green+Blue) = 134+9+32=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860920 is #79F6DF. Grayscale: #313131. Windows color (decimal): -7993056 or 2099590. OLE color: 2099590.

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

Color convert

RGB 134 9 32 -
CMYK 0 0.93 0.76 0.47
HSL 348.96º 0.87% 0.28% -
HSV(B) 348.96º 0.93% 0.53% -
XYZ 10.19 5.37 1.87 -
YUV 49 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 134 9 32 0 0.93 0.76 0.47 348.96 0.87 0.28
Hex 86 9 20 0 5D 4C 2F 15D 57 1C
Octal 206 11 40 0 135 114 57 535 127 34
Binary 10000110 1001 100000 0 1011101 1001100 101111 101011101 1010111 11100

Color Harmonies of #860920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860920

Black with #860920

Text Example


Text Example

White with #860920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860920; }

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

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

background-color css

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

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

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

border-color css

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

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

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