Html Css Color HEX #800D1A Burgundy

📋 copy color: '#800D1A'

red 128 ◦ green 13 ◦ blue 26

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

Shades of Burgundy #800D1A

Tints of Burgundy #800D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 76.65%
G = 7.78%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800D1A (or 0x800D1A) is known color: Burgundy. HEX triplet: 80, 0D and 1A. RGB value is (128,13,26). Sum of RGB (Red+Green+Blue) = 128+13+26=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D1A is #7FF2E5. Grayscale: #303030. Windows color (decimal): -8385254 or 1707392. OLE color: 1707392.

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

Color convert

RGB 128 13 26 -
CMYK 0 0.90 0.80 0.50
HSL 353.22º 0.82% 0.28% -
HSV(B) 353.22º 0.9% 0.5% -
XYZ 9.23 4.95 1.45 -
YUV 48.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 128 13 26 0 0.90 0.80 0.50 353.22 0.82 0.28
Hex 80 D 1A 0 5A 50 32 161 52 1C
Octal 200 15 32 0 132 120 62 541 122 34
Binary 10000000 1101 11010 0 1011010 1010000 110010 101100001 1010010 11100

Color Harmonies of #800D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D1A

Black with #800D1A

Text Example


Text Example

White with #800D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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