Html Css Color HEX #780D16 Burgundy

📋 copy color: '#780D16'

red 120 ◦ green 13 ◦ blue 22

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

Shades of Burgundy #780D16

Tints of Burgundy #780D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.39%

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

R = 77.42%
G = 8.39%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#780D16 (or 0x780D16) is known color: Burgundy. HEX triplet: 78, 0D and 16. RGB value is (120,13,22). Sum of RGB (Red+Green+Blue) = 120+13+22=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #780D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D16 is #87F2E9. Grayscale: #2E2E2E. Windows color (decimal): -8909546 or 1445240. OLE color: 1445240.

HSL color Cylindrical-coordinate representation of color #780D16: hue angle of 354.95º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D16 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 22 -
CMYK 0 0.89 0.82 0.53
HSL 354.95º 0.8% 0.26% -
HSV(B) 354.95º 0.89% 0.47% -
XYZ 8.03 4.34 1.17 -
YUV 46.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 120 13 22 0 0.89 0.82 0.53 354.95 0.8 0.26
Hex 78 D 16 0 59 52 35 163 50 1A
Octal 170 15 26 0 131 122 65 543 120 32
Binary 1111000 1101 10110 0 1011001 1010010 110101 101100011 1010000 11010

Color Harmonies of #780D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D16

Black with #780D16

Text Example


Text Example

White with #780D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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