Html Css Color HEX #801018 Burgundy

📋 copy color: '#801018'

red 128 ◦ green 16 ◦ blue 24

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

Shades of Burgundy #801018

Tints of Burgundy #801018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#801018 (or 0x801018) is known color: Burgundy. HEX triplet: 80, 10 and 18. RGB value is (128,16,24). Sum of RGB (Red+Green+Blue) = 128+16+24=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #801018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801018 is #7FEFE7. Grayscale: #323232. Windows color (decimal): -8384488 or 1577088. OLE color: 1577088.

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

Color convert

RGB 128 16 24 -
CMYK 0 0.88 0.81 0.50
HSL 355.71º 0.78% 0.28% -
HSV(B) 355.71º 0.88% 0.5% -
XYZ 9.25 5.03 1.35 -
YUV 50.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 128 16 24 0 0.88 0.81 0.50 355.71 0.78 0.28
Hex 80 10 18 0 58 51 32 164 4E 1C
Octal 200 20 30 0 130 121 62 544 116 34
Binary 10000000 10000 11000 0 1011000 1010001 110010 101100100 1001110 11100

Color Harmonies of #801018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801018

Black with #801018

Text Example


Text Example

White with #801018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801018; }

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

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

background-color css

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

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

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

border-color css

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

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

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