Html Css Color HEX #800815 Burgundy

📋 copy color: '#800815'

red 128 ◦ green 8 ◦ blue 21

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

Shades of Burgundy #800815

Tints of Burgundy #800815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 81.53%
G = 5.1%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#800815 (or 0x800815) is known color: Burgundy. HEX triplet: 80, 08 and 15. RGB value is (128,8,21). Sum of RGB (Red+Green+Blue) = 128+8+21=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #800815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800815 is #7FF7EA. Grayscale: #2D2D2D. Windows color (decimal): -8386539 or 1378432. OLE color: 1378432.

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

Color convert

RGB 128 8 21 -
CMYK 0 0.94 0.84 0.50
HSL 353.5º 0.88% 0.27% -
HSV(B) 353.5º 0.94% 0.5% -
XYZ 9.12 4.82 1.16 -
YUV 45.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 128 8 21 0 0.94 0.84 0.50 353.5 0.88 0.27
Hex 80 8 15 0 5E 54 32 162 58 1B
Octal 200 10 25 0 136 124 62 542 130 33
Binary 10000000 1000 10101 0 1011110 1010100 110010 101100010 1011000 11011

Color Harmonies of #800815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800815

Black with #800815

Text Example


Text Example

White with #800815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800815; }

 p { color: rgb(128,8,21); }

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

background-color css

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

 a { background-color: rgb(128,8,21); }

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

border-color css

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

 span { border-color: rgb(128,8,21); }

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