Html Css Color HEX #780A13 Burgundy

📋 copy color: '#780A13'

red 120 ◦ green 10 ◦ blue 19

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

Shades of Burgundy #780A13

Tints of Burgundy #780A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.71%

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

R = 80.54%
G = 6.71%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780A13 (or 0x780A13) is known color: Burgundy. HEX triplet: 78, 0A and 13. RGB value is (120,10,19). Sum of RGB (Red+Green+Blue) = 120+10+19=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A13 is #87F5EC. Grayscale: #2B2B2B. Windows color (decimal): -8910317 or 1247864. OLE color: 1247864.

HSL color Cylindrical-coordinate representation of color #780A13: hue angle of 355.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A13 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 19 -
CMYK 0 0.92 0.84 0.53
HSL 355.09º 0.85% 0.25% -
HSV(B) 355.09º 0.92% 0.47% -
XYZ 7.97 4.26 1.02 -
YUV 43.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 120 10 19 0 0.92 0.84 0.53 355.09 0.85 0.25
Hex 78 A 13 0 5C 54 35 163 55 19
Octal 170 12 23 0 134 124 65 543 125 31
Binary 1111000 1010 10011 0 1011100 1010100 110101 101100011 1010101 11001

Color Harmonies of #780A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A13

Black with #780A13

Text Example


Text Example

White with #780A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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