Html Css Color HEX #780416 Burgundy

📋 copy color: '#780416'

red 120 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #780416

Tints of Burgundy #780416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 82.19%
G = 2.74%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#780416 (or 0x780416) is known color: Burgundy. HEX triplet: 78, 04 and 16. RGB value is (120,4,22). Sum of RGB (Red+Green+Blue) = 120+4+22=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #780416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780416 is #87FBE9. Grayscale: #282828. Windows color (decimal): -8911850 or 1442936. OLE color: 1442936.

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

Color convert

RGB 120 4 22 -
CMYK 0 0.97 0.82 0.53
HSL 350.69º 0.94% 0.24% -
HSV(B) 350.69º 0.97% 0.47% -
XYZ 7.93 4.14 1.14 -
YUV 40.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 120 4 22 0 0.97 0.82 0.53 350.69 0.94 0.24
Hex 78 4 16 0 61 52 35 15F 5E 18
Octal 170 4 26 0 141 122 65 537 136 30
Binary 1111000 100 10110 0 1100001 1010010 110101 101011111 1011110 11000

Color Harmonies of #780416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780416

Black with #780416

Text Example


Text Example

White with #780416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780416; }

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

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

background-color css

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

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

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

border-color css

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

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

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