Html Css Color HEX #801028 Burgundy

📋 copy color: '#801028'

red 128 ◦ green 16 ◦ blue 40

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

Shades of Burgundy #801028

Tints of Burgundy #801028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 69.57%
G = 8.7%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801028 (or 0x801028) is known color: Burgundy. HEX triplet: 80, 10 and 28. RGB value is (128,16,40). Sum of RGB (Red+Green+Blue) = 128+16+40=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #801028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801028 is #7FEFD7. Grayscale: #343434. Windows color (decimal): -8384472 or 2625664. OLE color: 2625664.

HSL color Cylindrical-coordinate representation of color #801028: hue angle of 347.14º 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 #801028 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 40 -
CMYK 0 0.88 0.69 0.50
HSL 347.14º 0.78% 0.28% -
HSV(B) 347.14º 0.88% 0.5% -
XYZ 9.47 5.11 2.5 -
YUV 52.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 128 16 40 0 0.88 0.69 0.50 347.14 0.78 0.28
Hex 80 10 28 0 58 45 32 15B 4E 1C
Octal 200 20 50 0 130 105 62 533 116 34
Binary 10000000 10000 101000 0 1011000 1000101 110010 101011011 1001110 11100

Color Harmonies of #801028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801028

Black with #801028

Text Example


Text Example

White with #801028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801028; }

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

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

background-color css

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

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

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

border-color css

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

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

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