Html Css Color HEX #780412 Burgundy

📋 copy color: '#780412'

red 120 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #780412

Tints of Burgundy #780412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 84.51%
G = 2.82%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#780412 (or 0x780412) is known color: Burgundy. HEX triplet: 78, 04 and 12. RGB value is (120,4,18). Sum of RGB (Red+Green+Blue) = 120+4+18=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #780412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780412 is #87FBED. Grayscale: #282828. Windows color (decimal): -8911854 or 1180792. OLE color: 1180792.

HSL color Cylindrical-coordinate representation of color #780412: hue angle of 352.76º 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 #780412 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 18 -
CMYK 0 0.97 0.85 0.53
HSL 352.76º 0.94% 0.24% -
HSV(B) 352.76º 0.97% 0.47% -
XYZ 7.9 4.12 0.95 -
YUV 40.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 120 4 18 0 0.97 0.85 0.53 352.76 0.94 0.24
Hex 78 4 12 0 61 55 35 161 5E 18
Octal 170 4 22 0 141 125 65 541 136 30
Binary 1111000 100 10010 0 1100001 1010101 110101 101100001 1011110 11000

Color Harmonies of #780412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780412

Black with #780412

Text Example


Text Example

White with #780412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780412; }

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

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

background-color css

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

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

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

border-color css

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

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

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