Html Css Color HEX #800B20 Burgundy

📋 copy color: '#800B20'

red 128 ◦ green 11 ◦ blue 32

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

Shades of Burgundy #800B20

Tints of Burgundy #800B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 74.85%
G = 6.43%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#800B20 (or 0x800B20) is known color: Burgundy. HEX triplet: 80, 0B and 20. RGB value is (128,11,32). Sum of RGB (Red+Green+Blue) = 128+11+32=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B20 is #7FF4DF. Grayscale: #303030. Windows color (decimal): -8385760 or 2100096. OLE color: 2100096.

HSL color Cylindrical-coordinate representation of color #800B20: hue angle of 349.23º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B20 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 32 -
CMYK 0 0.91 0.75 0.50
HSL 349.23º 0.84% 0.27% -
HSV(B) 349.23º 0.91% 0.5% -
XYZ 9.28 4.93 1.83 -
YUV 48.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 128 11 32 0 0.91 0.75 0.50 349.23 0.84 0.27
Hex 80 B 20 0 5B 4B 32 15D 54 1B
Octal 200 13 40 0 133 113 62 535 124 33
Binary 10000000 1011 100000 0 1011011 1001011 110010 101011101 1010100 11011

Color Harmonies of #800B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B20

Black with #800B20

Text Example


Text Example

White with #800B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,11,32); }

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

background-color css

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

 a { background-color: rgb(128,11,32); }

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

border-color css

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

 span { border-color: rgb(128,11,32); }

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