#750324

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

Shades of Burgundy #750324

Tints of Burgundy #750324

Color information

#750324 (or 0x750324) is unknown color: approx Burgundy. HEX triplet: 75, 03 and 24. RGB value is (117,3,36). Sum of RGB (Red+Green+Blue) = 117+3+36=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750324 is #8AFCDB. Grayscale: #282828. Windows color (decimal): -9108700 or 2360181. OLE color: 2360181.

HSL color Cylindrical-coordinate representation of color #750324: hue angle of 342.63º 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 #750324 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB117336-
CMYK00.970.690.54
HSL342.63º95%23.53%-
HSV(B)342.63º97.44%45.88%-
XYZ7.693.972.03-
YUV40.85125.27182.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=75%
G=1.92%
B=23.08%

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
Decimal11733600.970.690.54342.639523.53
Hex7532406145361575f18
Octal16534401411056652713730
Binary111010111100100011000011000101110110101010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750324; }

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

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

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

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

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

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

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

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