Html Css Color HEX #80022F Burgundy

📋 copy color: '#80022F'

red 128 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #80022F

Tints of Burgundy #80022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 72.32%
G = 1.13%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80022F (or 0x80022F) is known color: Burgundy. HEX triplet: 80, 02 and 2F. RGB value is (128,2,47). Sum of RGB (Red+Green+Blue) = 128+2+47=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #80022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80022F is #7FFDD0. Grayscale: #2C2C2C. Windows color (decimal): -8388049 or 3080832. OLE color: 3080832.

HSL color Cylindrical-coordinate representation of color #80022F: hue angle of 338.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80022F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 47 -
CMYK 0 0.98 0.63 0.50
HSL 338.57º 0.97% 0.25% -
HSV(B) 338.57º 0.98% 0.5% -
XYZ 9.44 4.84 3.13 -
YUV 44.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 128 2 47 0 0.98 0.63 0.50 338.57 0.97 0.25
Hex 80 2 2F 0 62 3F 32 153 61 19
Octal 200 2 57 0 142 77 62 523 141 31
Binary 10000000 10 101111 0 1100010 111111 110010 101010011 1100001 11001

Color Harmonies of #80022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80022F

Black with #80022F

Text Example


Text Example

White with #80022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80022F; }

 p { color: rgb(128,2,47); }

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

background-color css

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

 a { background-color: rgb(128,2,47); }

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

border-color css

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

 span { border-color: rgb(128,2,47); }

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