Html Css Color HEX #801127 Burgundy

📋 copy color: '#801127'

red 128 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #801127

Tints of Burgundy #801127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 69.57%
G = 9.24%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#801127 (or 0x801127) is known color: Burgundy. HEX triplet: 80, 11 and 27. RGB value is (128,17,39). Sum of RGB (Red+Green+Blue) = 128+17+39=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #801127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801127 is #7FEED8. Grayscale: #343434. Windows color (decimal): -8384217 or 2560384. OLE color: 2560384.

HSL color Cylindrical-coordinate representation of color #801127: hue angle of 348.11º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801127 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 39 -
CMYK 0 0.87 0.70 0.50
HSL 348.11º 0.77% 0.28% -
HSV(B) 348.11º 0.87% 0.5% -
XYZ 9.47 5.14 2.41 -
YUV 52.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 128 17 39 0 0.87 0.70 0.50 348.11 0.77 0.28
Hex 80 11 27 0 57 46 32 15C 4D 1C
Octal 200 21 47 0 127 106 62 534 115 34
Binary 10000000 10001 100111 0 1010111 1000110 110010 101011100 1001101 11100

Color Harmonies of #801127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801127

Black with #801127

Text Example


Text Example

White with #801127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801127; }

 p { color: rgb(128,17,39); }

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

background-color css

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

 a { background-color: rgb(128,17,39); }

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

border-color css

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

 span { border-color: rgb(128,17,39); }

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