Html Css Color HEX #800A1B Burgundy

📋 copy color: '#800A1B'

red 128 ◦ green 10 ◦ blue 27

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

Shades of Burgundy #800A1B

Tints of Burgundy #800A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.06%

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 77.58%
G = 6.06%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#800A1B (or 0x800A1B) is known color: Burgundy. HEX triplet: 80, 0A and 1B. RGB value is (128,10,27). Sum of RGB (Red+Green+Blue) = 128+10+27=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #800A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A1B is #7FF5E4. Grayscale: #2F2F2F. Windows color (decimal): -8386021 or 1772160. OLE color: 1772160.

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

Color convert

RGB 128 10 27 -
CMYK 0 0.92 0.79 0.50
HSL 351.36º 0.86% 0.27% -
HSV(B) 351.36º 0.92% 0.5% -
XYZ 9.21 4.89 1.49 -
YUV 47.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 128 10 27 0 0.92 0.79 0.50 351.36 0.86 0.27
Hex 80 A 1B 0 5C 4F 32 15F 56 1B
Octal 200 12 33 0 134 117 62 537 126 33
Binary 10000000 1010 11011 0 1011100 1001111 110010 101011111 1010110 11011

Color Harmonies of #800A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800A1B

Black with #800A1B

Text Example


Text Example

White with #800A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,10,27); }

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

background-color css

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

 a { background-color: rgb(128,10,27); }

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

border-color css

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

 span { border-color: rgb(128,10,27); }

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