#760229

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

Shades of Burgundy #760229

Tints of Burgundy #760229

Color information

#760229 (or 0x760229) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 29. RGB value is (118,2,41). Sum of RGB (Red+Green+Blue) = 118+2+41=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760229 is #89FDD6. Grayscale: #292929. Windows color (decimal): -9043415 or 2687606. OLE color: 2687606.

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

Color convert

RGB118241-
CMYK00.980.650.54
HSL339.83º96.67%23.53%-
HSV(B)339.83º98.31%46.27%-
XYZ7.894.062.46-
YUV41.13127.93182.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=73.29%
G=1.24%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11824100.980.650.54339.8396.6723.53
Hex7622906241361546118
Octal16625101421016652414130
Binary111011010101001011000101000001110110101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760229; }

 p { color: rgb(118,2,41); }

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

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

 a { background-color: rgb(118,2,41); }

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

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

 span { border-color: rgb(118,2,41); }

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