#760028

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

Shades of Burgundy #760028

Tints of Burgundy #760028

Color information

#760028 (or 0x760028) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 28. RGB value is (118,0,40). Sum of RGB (Red+Green+Blue) = 118+0+40=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760028 is #89FFD7. Grayscale: #272727. Windows color (decimal): -9043928 or 2621558. OLE color: 2621558.

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

Color convert

RGB118040-
CMYK010.660.54
HSL339.66º100%23.14%-
HSV(B)339.66º100%46.27%-
XYZ7.8542.37-
YUV39.84128.09183.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=74.68%
G=0%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118040010.660.54339.6610023.14
Hex7602806442361546417
Octal16605001441026652414427
Binary11101100101000011001001000010110110101010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760028; }

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

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

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

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

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

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

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

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