#780018

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

Shades of Burgundy #780018

Tints of Burgundy #780018

Color information

#780018 (or 0x780018) is unknown color: approx Burgundy. HEX triplet: 78, 00 and 18. RGB value is (120,0,24). Sum of RGB (Red+Green+Blue) = 120+0+24=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780018 is #87FFE7. Grayscale: #262626. Windows color (decimal): -8912872 or 1572984. OLE color: 1572984.

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

Color convert

RGB120024-
CMYK010.80.53
HSL348º100%23.53%-
HSV(B)348º100%47.06%-
XYZ7.914.061.23-
YUV38.62119.76186.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=83.33%
G=0%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120024010.80.5334810023.53
Hex78018064503515c6418
Octal17003001441206553414430
Binary1111000011000011001001010000110101101011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780018; }

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

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

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

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

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

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

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

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