Html Css Color HEX #800E22 Burgundy

📋 copy color: '#800E22'

red 128 ◦ green 14 ◦ blue 34

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

Shades of Burgundy #800E22

Tints of Burgundy #800E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.32%

R = 72.73%
G = 7.95%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800E22 (or 0x800E22) is known color: Burgundy. HEX triplet: 80, 0E and 22. RGB value is (128,14,34). Sum of RGB (Red+Green+Blue) = 128+14+34=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #800E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E22 is #7FF1DD. Grayscale: #323232. Windows color (decimal): -8384990 or 2231936. OLE color: 2231936.

HSL color Cylindrical-coordinate representation of color #800E22: hue angle of 349.47º 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 #800E22 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 34 -
CMYK 0 0.89 0.73 0.50
HSL 349.47º 0.8% 0.28% -
HSV(B) 349.47º 0.89% 0.5% -
XYZ 9.35 5.02 1.99 -
YUV 50.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 128 14 34 0 0.89 0.73 0.50 349.47 0.8 0.28
Hex 80 E 22 0 59 49 32 15D 50 1C
Octal 200 16 42 0 131 111 62 535 120 34
Binary 10000000 1110 100010 0 1011001 1001001 110010 101011101 1010000 11100

Color Harmonies of #800E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E22

Black with #800E22

Text Example


Text Example

White with #800E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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