Html Css Color HEX #780211 Burgundy

📋 copy color: '#780211'

red 120 ◦ green 2 ◦ blue 17

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

Shades of Burgundy #780211

Tints of Burgundy #780211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 86.33%
G = 1.44%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#780211 (or 0x780211) is known color: Burgundy. HEX triplet: 78, 02 and 11. RGB value is (120,2,17). Sum of RGB (Red+Green+Blue) = 120+2+17=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #780211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780211 is #87FDEE. Grayscale: #272727. Windows color (decimal): -8912367 or 1114744. OLE color: 1114744.

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

Color convert

RGB 120 2 17 -
CMYK 0 0.98 0.86 0.53
HSL 352.37º 0.97% 0.24% -
HSV(B) 352.37º 0.98% 0.47% -
XYZ 7.87 4.08 0.9 -
YUV 38.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 120 2 17 0 0.98 0.86 0.53 352.37 0.97 0.24
Hex 78 2 11 0 62 56 35 160 61 18
Octal 170 2 21 0 142 126 65 540 141 30
Binary 1111000 10 10001 0 1100010 1010110 110101 101100000 1100001 11000

Color Harmonies of #780211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780211

Black with #780211

Text Example


Text Example

White with #780211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780211; }

 p { color: rgb(120,2,17); }

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

background-color css

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

 a { background-color: rgb(120,2,17); }

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

border-color css

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

 span { border-color: rgb(120,2,17); }

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