#760324

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

Shades of Burgundy #760324

Tints of Burgundy #760324

Color information

#760324 (or 0x760324) is unknown color: approx Burgundy. HEX triplet: 76, 03 and 24. RGB value is (118,3,36). Sum of RGB (Red+Green+Blue) = 118+3+36=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760324 is #89FCDB. Grayscale: #292929. Windows color (decimal): -9043164 or 2360182. OLE color: 2360182.

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

Color convert

RGB118336-
CMYK00.970.690.54
HSL342.78º95.04%23.73%-
HSV(B)342.78º97.46%46.27%-
XYZ7.824.042.04-
YUV41.15125.1182.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=75.16%
G=1.91%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833600.970.690.54342.7895.0423.73
Hex7632406145361575f18
Octal16634401411056652713730
Binary111011011100100011000011000101110110101010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760324; }

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

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

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

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

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

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

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

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