Html Css Color HEX #801115 Burgundy

📋 copy color: '#801115'

red 128 ◦ green 17 ◦ blue 21

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

Shades of Burgundy #801115

Tints of Burgundy #801115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 77.11%
G = 10.24%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801115 (or 0x801115) is known color: Burgundy. HEX triplet: 80, 11 and 15. RGB value is (128,17,21). Sum of RGB (Red+Green+Blue) = 128+17+21=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #801115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801115 is #7FEEEA. Grayscale: #323232. Windows color (decimal): -8384235 or 1380736. OLE color: 1380736.

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

Color convert

RGB 128 17 21 -
CMYK 0 0.87 0.84 0.50
HSL 357.84º 0.77% 0.28% -
HSV(B) 357.84º 0.87% 0.5% -
XYZ 9.24 5.04 1.2 -
YUV 50.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 128 17 21 0 0.87 0.84 0.50 357.84 0.77 0.28
Hex 80 11 15 0 57 54 32 166 4D 1C
Octal 200 21 25 0 127 124 62 546 115 34
Binary 10000000 10001 10101 0 1010111 1010100 110010 101100110 1001101 11100

Color Harmonies of #801115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801115

Black with #801115

Text Example


Text Example

White with #801115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801115; }

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

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

background-color css

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

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

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

border-color css

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

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

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