Html Css Color HEX #780112 Burgundy

📋 copy color: '#780112'

red 120 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #780112

Tints of Burgundy #780112

RGB

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

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

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

R = 86.33%
G = 0.72%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#780112 (or 0x780112) is known color: Burgundy. HEX triplet: 78, 01 and 12. RGB value is (120,1,18). Sum of RGB (Red+Green+Blue) = 120+1+18=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780112 is #87FEED. Grayscale: #262626. Windows color (decimal): -8912622 or 1180024. OLE color: 1180024.

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

Color convert

RGB 120 1 18 -
CMYK 0 0.99 0.85 0.53
HSL 351.43º 0.98% 0.24% -
HSV(B) 351.43º 0.99% 0.47% -
XYZ 7.87 4.06 0.94 -
YUV 38.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 120 1 18 0 0.99 0.85 0.53 351.43 0.98 0.24
Hex 78 1 12 0 63 55 35 15F 62 18
Octal 170 1 22 0 143 125 65 537 142 30
Binary 1111000 1 10010 0 1100011 1010101 110101 101011111 1100010 11000

Color Harmonies of #780112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780112

Black with #780112

Text Example


Text Example

White with #780112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780112; }

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

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

background-color css

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

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

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

border-color css

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

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

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