Html Css Color HEX #780616 Burgundy

📋 copy color: '#780616'

red 120 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #780616

Tints of Burgundy #780616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.05%

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

R = 81.08%
G = 4.05%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#780616 (or 0x780616) is known color: Burgundy. HEX triplet: 78, 06 and 16. RGB value is (120,6,22). Sum of RGB (Red+Green+Blue) = 120+6+22=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780616 is #87F9E9. Grayscale: #292929. Windows color (decimal): -8911338 or 1443448. OLE color: 1443448.

HSL color Cylindrical-coordinate representation of color #780616: hue angle of 351.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780616 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 22 -
CMYK 0 0.95 0.82 0.53
HSL 351.58º 0.9% 0.25% -
HSV(B) 351.58º 0.95% 0.47% -
XYZ 7.96 4.18 1.15 -
YUV 41.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 120 6 22 0 0.95 0.82 0.53 351.58 0.9 0.25
Hex 78 6 16 0 5F 52 35 160 5A 19
Octal 170 6 26 0 137 122 65 540 132 31
Binary 1111000 110 10110 0 1011111 1010010 110101 101100000 1011010 11001

Color Harmonies of #780616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780616

Black with #780616

Text Example


Text Example

White with #780616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780616; }

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

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

background-color css

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

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

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

border-color css

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

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

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