Html Css Color HEX #800E28 Burgundy

📋 copy color: '#800E28'

red 128 ◦ green 14 ◦ blue 40

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

Shades of Burgundy #800E28

Tints of Burgundy #800E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

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

R = 70.33%
G = 7.69%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#800E28 (or 0x800E28) is known color: Burgundy. HEX triplet: 80, 0E and 28. RGB value is (128,14,40). Sum of RGB (Red+Green+Blue) = 128+14+40=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #800E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E28 is #7FF1D7. Grayscale: #333333. Windows color (decimal): -8384984 or 2625152. OLE color: 2625152.

HSL color Cylindrical-coordinate representation of color #800E28: hue angle of 346.32º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E28 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 40 -
CMYK 0 0.89 0.69 0.50
HSL 346.32º 0.8% 0.28% -
HSV(B) 346.32º 0.89% 0.5% -
XYZ 9.44 5.06 2.49 -
YUV 51.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 128 14 40 0 0.89 0.69 0.50 346.32 0.8 0.28
Hex 80 E 28 0 59 45 32 15A 50 1C
Octal 200 16 50 0 131 105 62 532 120 34
Binary 10000000 1110 101000 0 1011001 1000101 110010 101011010 1010000 11100

Color Harmonies of #800E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E28

Black with #800E28

Text Example


Text Example

White with #800E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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