#760724

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

Shades of Burgundy #760724

Tints of Burgundy #760724

Color information

#760724 (or 0x760724) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 24. RGB value is (118,7,36). Sum of RGB (Red+Green+Blue) = 118+7+36=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760724 is #89F8DB. Grayscale: #2B2B2B. Windows color (decimal): -9042140 or 2361206. OLE color: 2361206.

HSL color Cylindrical-coordinate representation of color #760724: hue angle of 344.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760724 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB118736-
CMYK00.940.690.54
HSL344.32º88.8%24.51%-
HSV(B)344.32º94.07%46.27%-
XYZ7.874.132.05-
YUV43.5123.77181.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=73.29%
G=4.35%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873600.940.690.54344.3288.824.51
Hex7672405E45361585919
Octal16674401361056653013131
Binary1110110111100100010111101000101110110101011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760724; }

 p { color: rgb(118,7,36); }

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

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

 a { background-color: rgb(118,7,36); }

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

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

 span { border-color: rgb(118,7,36); }

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