Html Css Color HEX #800D2A Burgundy

📋 copy color: '#800D2A'

red 128 ◦ green 13 ◦ blue 42

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

Shades of Burgundy #800D2A

Tints of Burgundy #800D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 69.95%
G = 7.1%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#800D2A (or 0x800D2A) is known color: Burgundy. HEX triplet: 80, 0D and 2A. RGB value is (128,13,42). Sum of RGB (Red+Green+Blue) = 128+13+42=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D2A is #7FF2D5. Grayscale: #323232. Windows color (decimal): -8385238 or 2755968. OLE color: 2755968.

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

Color convert

RGB 128 13 42 -
CMYK 0 0.90 0.67 0.50
HSL 344.87º 0.82% 0.28% -
HSV(B) 344.87º 0.9% 0.5% -
XYZ 9.46 5.04 2.67 -
YUV 50.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 128 13 42 0 0.90 0.67 0.50 344.87 0.82 0.28
Hex 80 D 2A 0 5A 43 32 159 52 1C
Octal 200 15 52 0 132 103 62 531 122 34
Binary 10000000 1101 101010 0 1011010 1000011 110010 101011001 1010010 11100

Color Harmonies of #800D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D2A

Black with #800D2A

Text Example


Text Example

White with #800D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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