Html Css Color HEX #800917 Burgundy

📋 copy color: '#800917'

red 128 ◦ green 9 ◦ blue 23

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

Shades of Burgundy #800917

Tints of Burgundy #800917

RGB

 RED value IS 128 (50.39% from 255) = 80%

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 80%
G = 5.63%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#800917 (or 0x800917) is known color: Burgundy. HEX triplet: 80, 09 and 17. RGB value is (128,9,23). Sum of RGB (Red+Green+Blue) = 128+9+23=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800917 is #7FF6E8. Grayscale: #2E2E2E. Windows color (decimal): -8386281 or 1509760. OLE color: 1509760.

HSL color Cylindrical-coordinate representation of color #800917: hue angle of 352.94º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800917 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 23 -
CMYK 0 0.93 0.82 0.50
HSL 352.94º 0.87% 0.27% -
HSV(B) 352.94º 0.93% 0.5% -
XYZ 9.15 4.85 1.26 -
YUV 46.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 128 9 23 0 0.93 0.82 0.50 352.94 0.87 0.27
Hex 80 9 17 0 5D 52 32 161 57 1B
Octal 200 11 27 0 135 122 62 541 127 33
Binary 10000000 1001 10111 0 1011101 1010010 110010 101100001 1010111 11011

Color Harmonies of #800917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800917

Black with #800917

Text Example


Text Example

White with #800917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800917; }

 p { color: rgb(128,9,23); }

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

background-color css

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

 a { background-color: rgb(128,9,23); }

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

border-color css

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

 span { border-color: rgb(128,9,23); }

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