#780428

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

Shades of Burgundy #780428

Tints of Burgundy #780428

Color information

#780428 (or 0x780428) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 28. RGB value is (120,4,40). Sum of RGB (Red+Green+Blue) = 120+4+40=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780428 is #87FBD7. Grayscale: #2A2A2A. Windows color (decimal): -8911832 or 2622584. OLE color: 2622584.

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

Color convert

RGB120440-
CMYK00.970.670.53
HSL341.38º93.55%24.31%-
HSV(B)341.38º96.67%47.06%-
XYZ8.174.232.39-
YUV42.79126.43183.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=73.17%
G=2.44%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12044000.970.670.53341.3893.5524.31
Hex7842806143351555e18
Octal17045001411036552513630
Binary1111000100101000011000011000011110101101010101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780428; }

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

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

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

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

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

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

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

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