#770028

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

Shades of Burgundy #770028

Tints of Burgundy #770028

Color information

#770028 (or 0x770028) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 28. RGB value is (119,0,40). Sum of RGB (Red+Green+Blue) = 119+0+40=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770028 is #88FFD7. Grayscale: #282828. Windows color (decimal): -8978392 or 2621559. OLE color: 2621559.

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

Color convert

RGB119040-
CMYK010.660.53
HSL339.83º100%23.33%-
HSV(B)339.83º100%46.67%-
XYZ7.994.082.37-
YUV40.14127.92184.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=74.84%
G=0%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119040010.660.53339.8310023.33
Hex7702806442351546417
Octal16705001441026552414427
Binary11101110101000011001001000010110101101010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770028; }

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

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

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

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

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

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

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

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