Html Css Color HEX #780918 Burgundy

📋 copy color: '#780918'

red 120 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #780918

Tints of Burgundy #780918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 78.43%
G = 5.88%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#780918 (or 0x780918) is known color: Burgundy. HEX triplet: 78, 09 and 18. RGB value is (120,9,24). Sum of RGB (Red+Green+Blue) = 120+9+24=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780918 is #87F6E7. Grayscale: #2B2B2B. Windows color (decimal): -8910568 or 1575288. OLE color: 1575288.

HSL color Cylindrical-coordinate representation of color #780918: hue angle of 351.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780918 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 24 -
CMYK 0 0.92 0.8 0.53
HSL 351.89º 0.86% 0.25% -
HSV(B) 351.89º 0.93% 0.47% -
XYZ 8.01 4.25 1.26 -
YUV 43.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 120 9 24 0 0.92 0.8 0.53 351.89 0.86 0.25
Hex 78 9 18 0 5C 50 35 160 56 19
Octal 170 11 30 0 134 120 65 540 126 31
Binary 1111000 1001 11000 0 1011100 1010000 110101 101100000 1010110 11001

Color Harmonies of #780918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780918

Black with #780918

Text Example


Text Example

White with #780918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780918; }

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

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

background-color css

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

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

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

border-color css

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

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

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