Html Css Color HEX #780413 Burgundy

📋 copy color: '#780413'

red 120 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #780413

Tints of Burgundy #780413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 83.92%
G = 2.8%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780413 (or 0x780413) is known color: Burgundy. HEX triplet: 78, 04 and 13. RGB value is (120,4,19). Sum of RGB (Red+Green+Blue) = 120+4+19=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780413 is #87FBEC. Grayscale: #282828. Windows color (decimal): -8911853 or 1246328. OLE color: 1246328.

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

Color convert

RGB 120 4 19 -
CMYK 0 0.97 0.84 0.53
HSL 352.24º 0.94% 0.24% -
HSV(B) 352.24º 0.97% 0.47% -
XYZ 7.91 4.13 1 -
YUV 40.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 120 4 19 0 0.97 0.84 0.53 352.24 0.94 0.24
Hex 78 4 13 0 61 54 35 160 5E 18
Octal 170 4 23 0 141 124 65 540 136 30
Binary 1111000 100 10011 0 1100001 1010100 110101 101100000 1011110 11000

Color Harmonies of #780413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780413

Black with #780413

Text Example


Text Example

White with #780413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780413; }

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

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

background-color css

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

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

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

border-color css

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

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

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