#760C24

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

Shades of Burgundy #760C24

Tints of Burgundy #760C24

Color information

#760C24 (or 0x760C24) is unknown color: approx Burgundy. HEX triplet: 76, 0C and 24. RGB value is (118,12,36). Sum of RGB (Red+Green+Blue) = 118+12+36=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C24 is #89F3DB. Grayscale: #2E2E2E. Windows color (decimal): -9040860 or 2362486. OLE color: 2362486.

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

Color convert

RGB1181236-
CMYK00.900.690.54
HSL346.42º81.54%25.49%-
HSV(B)346.42º89.83%46.27%-
XYZ7.924.242.07-
YUV46.43122.12179.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=71.08%
G=7.23%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118123600.900.690.54346.4281.5425.49
Hex76C2405A453615a5219
Octal166144401321056653212231
Binary11101101100100100010110101000101110110101011010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760C24; }

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

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

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

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

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

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

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

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