#780629

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

Shades of Burgundy #780629

Tints of Burgundy #780629

Color information

#780629 (or 0x780629) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 29. RGB value is (120,6,41). Sum of RGB (Red+Green+Blue) = 120+6+41=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780629 is #87F9D6. Grayscale: #2C2C2C. Windows color (decimal): -8911319 or 2688632. OLE color: 2688632.

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

Color convert

RGB120641-
CMYK00.950.660.53
HSL341.58º90.48%24.71%-
HSV(B)341.58º95%47.06%-
XYZ8.214.282.49-
YUV44.08126.27182.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=71.86%
G=3.59%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12064100.950.660.53341.5890.4824.71
Hex7862905F42351565a19
Octal17065101371026552613231
Binary1111000110101001010111111000010110101101010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780629; }

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

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

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

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

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

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

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

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