Html Css Color HEX #800124 Burgundy

📋 copy color: '#800124'

red 128 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #800124

Tints of Burgundy #800124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 77.58%
G = 0.61%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#800124 (or 0x800124) is known color: Burgundy. HEX triplet: 80, 01 and 24. RGB value is (128,1,36). Sum of RGB (Red+Green+Blue) = 128+1+36=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #800124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800124 is #7FFEDB. Grayscale: #2A2A2A. Windows color (decimal): -8388316 or 2359680. OLE color: 2359680.

HSL color Cylindrical-coordinate representation of color #800124: hue angle of 343.46º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800124 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 36 -
CMYK 0 0.99 0.72 0.50
HSL 343.46º 0.98% 0.25% -
HSV(B) 343.46º 0.99% 0.5% -
XYZ 9.23 4.74 2.1 -
YUV 42.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 128 1 36 0 0.99 0.72 0.50 343.46 0.98 0.25
Hex 80 1 24 0 63 48 32 157 62 19
Octal 200 1 44 0 143 110 62 527 142 31
Binary 10000000 1 100100 0 1100011 1001000 110010 101010111 1100010 11001

Color Harmonies of #800124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800124

Black with #800124

Text Example


Text Example

White with #800124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800124; }

 p { color: rgb(128,1,36); }

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

background-color css

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

 a { background-color: rgb(128,1,36); }

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

border-color css

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

 span { border-color: rgb(128,1,36); }

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