#780029

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

Shades of Burgundy #780029

Tints of Burgundy #780029

Color information

#780029 (or 0x780029) is unknown color: approx Burgundy. HEX triplet: 78, 00 and 29. RGB value is (120,0,41). Sum of RGB (Red+Green+Blue) = 120+0+41=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780029 is #87FFD6. Grayscale: #282828. Windows color (decimal): -8912855 or 2687096. OLE color: 2687096.

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

Color convert

RGB120041-
CMYK010.660.53
HSL339.5º100%23.53%-
HSV(B)339.5º100%47.06%-
XYZ8.154.152.47-
YUV40.55128.26184.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=74.53%
G=0%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120041010.660.53339.510023.53
Hex7802906442351546418
Octal17005101441026552414430
Binary11110000101001011001001000010110101101010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780029; }

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

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

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

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

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

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

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

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