#780129

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

Shades of Burgundy #780129

Tints of Burgundy #780129

Color information

#780129 (or 0x780129) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 29. RGB value is (120,1,41). Sum of RGB (Red+Green+Blue) = 120+1+41=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780129 is #87FED6. Grayscale: #292929. Windows color (decimal): -8912599 or 2687352. OLE color: 2687352.

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

Color convert

RGB120141-
CMYK00.990.660.53
HSL339.83º98.35%23.73%-
HSV(B)339.83º99.17%47.06%-
XYZ8.164.172.47-
YUV41.14127.92184.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=74.07%
G=0.62%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12014100.990.660.53339.8398.3523.73
Hex7812906342351546218
Octal17015101431026552414230
Binary11110001101001011000111000010110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780129; }

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

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

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

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

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

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

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

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