Html Css Color HEX #780218 Burgundy

📋 copy color: '#780218'

red 120 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #780218

Tints of Burgundy #780218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.44%

R = 82.19%
G = 1.37%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780218 (or 0x780218) is known color: Burgundy. HEX triplet: 78, 02 and 18. RGB value is (120,2,24). Sum of RGB (Red+Green+Blue) = 120+2+24=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #780218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780218 is #87FDE7. Grayscale: #272727. Windows color (decimal): -8912360 or 1573496. OLE color: 1573496.

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

Color convert

RGB 120 2 24 -
CMYK 0 0.98 0.8 0.53
HSL 348.81º 0.97% 0.24% -
HSV(B) 348.81º 0.98% 0.47% -
XYZ 7.93 4.1 1.24 -
YUV 39.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 120 2 24 0 0.98 0.8 0.53 348.81 0.97 0.24
Hex 78 2 18 0 62 50 35 15D 61 18
Octal 170 2 30 0 142 120 65 535 141 30
Binary 1111000 10 11000 0 1100010 1010000 110101 101011101 1100001 11000

Color Harmonies of #780218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780218

Black with #780218

Text Example


Text Example

White with #780218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780218; }

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

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

background-color css

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

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

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

border-color css

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

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

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