#780928

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

Shades of Burgundy #780928

Tints of Burgundy #780928

Color information

#780928 (or 0x780928) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 28. RGB value is (120,9,40). Sum of RGB (Red+Green+Blue) = 120+9+40=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780928 is #87F6D7. Grayscale: #2D2D2D. Windows color (decimal): -8910552 or 2623864. OLE color: 2623864.

HSL color Cylindrical-coordinate representation of color #780928: hue angle of 343.24º degrees, saturation: 0.86, 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 #780928 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB120940-
CMYK00.920.670.53
HSL343.24º86.05%25.29%-
HSV(B)343.24º92.5%47.06%-
XYZ8.234.342.41-
YUV45.72124.77180.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=71.01%
G=5.33%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12094000.920.670.53343.2486.0525.29
Hex7892805C43351575619
Octal170115001341036552712631
Binary11110001001101000010111001000011110101101010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780928; }

 p { color: rgb(120,9,40); }

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

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

 a { background-color: rgb(120,9,40); }

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

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

 span { border-color: rgb(120,9,40); }

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