#760428

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

Shades of Burgundy #760428

Tints of Burgundy #760428

Color information

#760428 (or 0x760428) is unknown color: approx Burgundy. HEX triplet: 76, 04 and 28. RGB value is (118,4,40). Sum of RGB (Red+Green+Blue) = 118+4+40=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #760428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760428 is #89FBD7. Grayscale: #2A2A2A. Windows color (decimal): -9042904 or 2622582. OLE color: 2622582.

HSL color Cylindrical-coordinate representation of color #760428: hue angle of 341.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760428 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB118440-
CMYK00.970.660.54
HSL341.05º93.44%23.92%-
HSV(B)341.05º96.61%46.27%-
XYZ7.94.092.38-
YUV42.19126.77182.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.84%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=72.84%
G=2.47%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11844000.970.660.54341.0593.4423.92
Hex7642806142361555d18
Octal16645001411026652513530
Binary1110110100101000011000011000010110110101010101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760428; }

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

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

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

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

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

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

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

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