Html Css Color HEX #800D15 Burgundy

📋 copy color: '#800D15'

red 128 ◦ green 13 ◦ blue 21

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

Shades of Burgundy #800D15

Tints of Burgundy #800D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 79.01%
G = 8.02%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#800D15 (or 0x800D15) is known color: Burgundy. HEX triplet: 80, 0D and 15. RGB value is (128,13,21). Sum of RGB (Red+Green+Blue) = 128+13+21=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #800D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D15 is #7FF2EA. Grayscale: #303030. Windows color (decimal): -8385259 or 1379712. OLE color: 1379712.

HSL color Cylindrical-coordinate representation of color #800D15: hue angle of 355.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D15 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 21 -
CMYK 0 0.90 0.84 0.50
HSL 355.83º 0.82% 0.28% -
HSV(B) 355.83º 0.9% 0.5% -
XYZ 9.18 4.93 1.18 -
YUV 48.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 128 13 21 0 0.90 0.84 0.50 355.83 0.82 0.28
Hex 80 D 15 0 5A 54 32 164 52 1C
Octal 200 15 25 0 132 124 62 544 122 34
Binary 10000000 1101 10101 0 1011010 1010100 110010 101100100 1010010 11100

Color Harmonies of #800D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D15

Black with #800D15

Text Example


Text Example

White with #800D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,13,21); }

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

background-color css

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

 a { background-color: rgb(128,13,21); }

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

border-color css

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

 span { border-color: rgb(128,13,21); }

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