Html Css Color HEX #800424 Burgundy

📋 copy color: '#800424'

red 128 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #800424

Tints of Burgundy #800424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 76.19%
G = 2.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#800424 (or 0x800424) is known color: Burgundy. HEX triplet: 80, 04 and 24. RGB value is (128,4,36). Sum of RGB (Red+Green+Blue) = 128+4+36=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #800424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800424 is #7FFBDB. Grayscale: #2C2C2C. Windows color (decimal): -8387548 or 2360448. OLE color: 2360448.

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

Color convert

RGB 128 4 36 -
CMYK 0 0.97 0.72 0.50
HSL 344.52º 0.94% 0.26% -
HSV(B) 344.52º 0.97% 0.5% -
XYZ 9.26 4.8 2.11 -
YUV 44.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 128 4 36 0 0.97 0.72 0.50 344.52 0.94 0.26
Hex 80 4 24 0 61 48 32 159 5E 1A
Octal 200 4 44 0 141 110 62 531 136 32
Binary 10000000 100 100100 0 1100001 1001000 110010 101011001 1011110 11010

Color Harmonies of #800424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800424

Black with #800424

Text Example


Text Example

White with #800424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800424; }

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

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

background-color css

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

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

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

border-color css

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

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

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