Html Css Color HEX #800918 Burgundy

📋 copy color: '#800918'

red 128 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #800918

Tints of Burgundy #800918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 79.5%
G = 5.59%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#800918 (or 0x800918) is known color: Burgundy. HEX triplet: 80, 09 and 18. RGB value is (128,9,24). Sum of RGB (Red+Green+Blue) = 128+9+24=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #800918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800918 is #7FF6E7. Grayscale: #2E2E2E. Windows color (decimal): -8386280 or 1575296. OLE color: 1575296.

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

Color convert

RGB 128 9 24 -
CMYK 0 0.93 0.81 0.50
HSL 352.44º 0.87% 0.27% -
HSV(B) 352.44º 0.93% 0.5% -
XYZ 9.16 4.85 1.32 -
YUV 46.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 128 9 24 0 0.93 0.81 0.50 352.44 0.87 0.27
Hex 80 9 18 0 5D 51 32 160 57 1B
Octal 200 11 30 0 135 121 62 540 127 33
Binary 10000000 1001 11000 0 1011101 1010001 110010 101100000 1010111 11011

Color Harmonies of #800918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800918

Black with #800918

Text Example


Text Example

White with #800918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800918; }

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

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

background-color css

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

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

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

border-color css

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

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

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