Html Css Color HEX #800813 Burgundy

📋 copy color: '#800813'

red 128 ◦ green 8 ◦ blue 19

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

Shades of Burgundy #800813

Tints of Burgundy #800813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 82.58%
G = 5.16%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#800813 (or 0x800813) is known color: Burgundy. HEX triplet: 80, 08 and 13. RGB value is (128,8,19). Sum of RGB (Red+Green+Blue) = 128+8+19=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800813 is #7FF7EC. Grayscale: #2D2D2D. Windows color (decimal): -8386541 or 1247360. OLE color: 1247360.

HSL color Cylindrical-coordinate representation of color #800813: hue angle of 354.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 #800813 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 19 -
CMYK 0 0.94 0.85 0.50
HSL 354.5º 0.88% 0.27% -
HSV(B) 354.5º 0.94% 0.5% -
XYZ 9.11 4.81 1.06 -
YUV 45.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 128 8 19 0 0.94 0.85 0.50 354.5 0.88 0.27
Hex 80 8 13 0 5E 55 32 162 58 1B
Octal 200 10 23 0 136 125 62 542 130 33
Binary 10000000 1000 10011 0 1011110 1010101 110010 101100010 1011000 11011

Color Harmonies of #800813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800813

Black with #800813

Text Example


Text Example

White with #800813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800813; }

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

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

background-color css

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

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

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

border-color css

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

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

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