Html Css Color HEX #780113 Burgundy

📋 copy color: '#780113'

red 120 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #780113

Tints of Burgundy #780113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 85.71%
G = 0.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#780113 (or 0x780113) is known color: Burgundy. HEX triplet: 78, 01 and 13. RGB value is (120,1,19). Sum of RGB (Red+Green+Blue) = 120+1+19=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #780113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780113 is #87FEEC. Grayscale: #262626. Windows color (decimal): -8912621 or 1245560. OLE color: 1245560.

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

Color convert

RGB 120 1 19 -
CMYK 0 0.99 0.84 0.53
HSL 350.92º 0.98% 0.24% -
HSV(B) 350.92º 0.99% 0.47% -
XYZ 7.87 4.06 0.99 -
YUV 38.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 120 1 19 0 0.99 0.84 0.53 350.92 0.98 0.24
Hex 78 1 13 0 63 54 35 15F 62 18
Octal 170 1 23 0 143 124 65 537 142 30
Binary 1111000 1 10011 0 1100011 1010100 110101 101011111 1100010 11000

Color Harmonies of #780113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780113

Black with #780113

Text Example


Text Example

White with #780113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780113; }

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

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

background-color css

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

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

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

border-color css

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

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

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