#760924

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

Shades of Burgundy #760924

Tints of Burgundy #760924

Color information

#760924 (or 0x760924) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 24. RGB value is (118,9,36). Sum of RGB (Red+Green+Blue) = 118+9+36=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760924 is #89F6DB. Grayscale: #2C2C2C. Windows color (decimal): -9041628 or 2361718. OLE color: 2361718.

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

Color convert

RGB118936-
CMYK00.920.690.54
HSL345.14º85.83%24.9%-
HSV(B)345.14º92.37%46.27%-
XYZ7.894.172.06-
YUV44.67123.11180.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=72.39%
G=5.52%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11893600.920.690.54345.1485.8324.9
Hex7692405C45361595619
Octal166114401341056653112631
Binary11101101001100100010111001000101110110101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760924; }

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

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

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

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

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

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

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

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