#770228

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

Shades of Burgundy #770228

Tints of Burgundy #770228

Color information

#770228 (or 0x770228) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 28. RGB value is (119,2,40). Sum of RGB (Red+Green+Blue) = 119+2+40=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770228 is #88FDD7. Grayscale: #292929. Windows color (decimal): -8977880 or 2622071. OLE color: 2622071.

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

Color convert

RGB119240-
CMYK00.980.660.53
HSL340.51º96.69%23.73%-
HSV(B)340.51º98.32%46.67%-
XYZ8.014.122.38-
YUV41.32127.26183.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=73.91%
G=1.24%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11924000.980.660.53340.5196.6923.73
Hex7722806242351556118
Octal16725001421026552514130
Binary111011110101000011000101000010110101101010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770228; }

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

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

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

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

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

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

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

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