#780818

Color #780818 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #780818

Tints of Burgundy #780818

Color information

#780818 (or 0x780818) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 18. RGB value is (120,8,24). Sum of RGB (Red+Green+Blue) = 120+8+24=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780818 is #87F7E7. Grayscale: #2B2B2B. Windows color (decimal): -8910824 or 1575032. OLE color: 1575032.

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

Color convert

RGB120824-
CMYK00.930.80.53
HSL351.43º87.5%25.1%-
HSV(B)351.43º93.33%47.06%-
XYZ84.231.26-
YUV43.31117.11182.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.95%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=78.95%
G=5.26%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12082400.930.80.53351.4387.525.1
Hex7881805D503515f5819
Octal170103001351206553713031
Binary1111000100011000010111011010000110101101011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780818; }

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

 H1.HeaderClassName
 {
   color: #780818;
 }
 .AnyTagClassName
 {
   color: #780818;
 }
</style>
background-color css

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

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

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

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

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

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