Html Css Color HEX #800B18 Burgundy

📋 copy color: '#800B18'

red 128 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #800B18

Tints of Burgundy #800B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 78.53%
G = 6.75%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#800B18 (or 0x800B18) is known color: Burgundy. HEX triplet: 80, 0B and 18. RGB value is (128,11,24). Sum of RGB (Red+Green+Blue) = 128+11+24=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #800B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B18 is #7FF4E7. Grayscale: #2F2F2F. Windows color (decimal): -8385768 or 1575808. OLE color: 1575808.

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

Color convert

RGB 128 11 24 -
CMYK 0 0.91 0.81 0.50
HSL 353.33º 0.84% 0.27% -
HSV(B) 353.33º 0.91% 0.5% -
XYZ 9.19 4.89 1.32 -
YUV 47.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 128 11 24 0 0.91 0.81 0.50 353.33 0.84 0.27
Hex 80 B 18 0 5B 51 32 161 54 1B
Octal 200 13 30 0 133 121 62 541 124 33
Binary 10000000 1011 11000 0 1011011 1010001 110010 101100001 1010100 11011

Color Harmonies of #800B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B18

Black with #800B18

Text Example


Text Example

White with #800B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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