Html Css Color HEX #780424 Burgundy

📋 copy color: '#780424'

red 120 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #780424

Tints of Burgundy #780424

RGB

 RED value IS 120 (47.27% from 255) = 75%

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

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

R = 75%
G = 2.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#780424 (or 0x780424) is known color: Burgundy. HEX triplet: 78, 04 and 24. RGB value is (120,4,36). Sum of RGB (Red+Green+Blue) = 120+4+36=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780424 is #87FBDB. Grayscale: #2A2A2A. Windows color (decimal): -8911836 or 2360440. OLE color: 2360440.

HSL color Cylindrical-coordinate representation of color #780424: hue angle of 343.45º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780424 is Cyan = 0, Magento = 0.97, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 36 -
CMYK 0 0.97 0.7 0.53
HSL 343.45º 0.94% 0.24% -
HSV(B) 343.45º 0.97% 0.47% -
XYZ 8.11 4.21 2.05 -
YUV 42.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 120 4 36 0 0.97 0.7 0.53 343.45 0.94 0.24
Hex 78 4 24 0 61 46 35 157 5E 18
Octal 170 4 44 0 141 106 65 527 136 30
Binary 1111000 100 100100 0 1100001 1000110 110101 101010111 1011110 11000

Color Harmonies of #780424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780424

Black with #780424

Text Example


Text Example

White with #780424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780424; }

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

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

background-color css

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

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

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

border-color css

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

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

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