Html Css Color HEX #80021B Burgundy

📋 copy color: '#80021B'

red 128 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #80021B

Tints of Burgundy #80021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 81.53%
G = 1.27%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#80021B (or 0x80021B) is known color: Burgundy. HEX triplet: 80, 02 and 1B. RGB value is (128,2,27). Sum of RGB (Red+Green+Blue) = 128+2+27=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #80021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80021B is #7FFDE4. Grayscale: #2A2A2A. Windows color (decimal): -8388069 or 1770112. OLE color: 1770112.

HSL color Cylindrical-coordinate representation of color #80021B: hue angle of 348.1º 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 #80021B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 27 -
CMYK 0 0.98 0.79 0.50
HSL 348.1º 0.97% 0.25% -
HSV(B) 348.1º 0.98% 0.5% -
XYZ 9.12 4.71 1.47 -
YUV 42.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 128 2 27 0 0.98 0.79 0.50 348.1 0.97 0.25
Hex 80 2 1B 0 62 4F 32 15C 61 19
Octal 200 2 33 0 142 117 62 534 141 31
Binary 10000000 10 11011 0 1100010 1001111 110010 101011100 1100001 11001

Color Harmonies of #80021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80021B

Black with #80021B

Text Example


Text Example

White with #80021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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