Html Css Color HEX #800A31 Burgundy

📋 copy color: '#800A31'

red 128 ◦ green 10 ◦ blue 49

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

Shades of Burgundy #800A31

Tints of Burgundy #800A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 68.45%
G = 5.35%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#800A31 (or 0x800A31) is known color: Burgundy. HEX triplet: 80, 0A and 31. RGB value is (128,10,49). Sum of RGB (Red+Green+Blue) = 128+10+49=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #800A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A31 is #7FF5CE. Grayscale: #313131. Windows color (decimal): -8385999 or 3213952. OLE color: 3213952.

HSL color Cylindrical-coordinate representation of color #800A31: hue angle of 340.17º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A31 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 10 49 -
CMYK 0 0.92 0.62 0.50
HSL 340.17º 0.86% 0.27% -
HSV(B) 340.17º 0.92% 0.5% -
XYZ 9.57 5.03 3.37 -
YUV 49.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 128 10 49 0 0.92 0.62 0.50 340.17 0.86 0.27
Hex 80 A 31 0 5C 3E 32 154 56 1B
Octal 200 12 61 0 134 76 62 524 126 33
Binary 10000000 1010 110001 0 1011100 111110 110010 101010100 1010110 11011

Color Harmonies of #800A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800A31

Black with #800A31

Text Example


Text Example

White with #800A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800A31; }

 p { color: rgb(128,10,49); }

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

background-color css

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

 a { background-color: rgb(128,10,49); }

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

border-color css

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

 span { border-color: rgb(128,10,49); }

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