#752940

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

Shades of Siren #752940

Tints of Siren #752940

Color information

#752940 (or 0x752940) is unknown color: approx Siren. HEX triplet: 75, 29 and 40. RGB value is (117,41,64). Sum of RGB (Red+Green+Blue) = 117+41+64=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752940 is #8AD6BF. Grayscale: #424242. Windows color (decimal): -9098944 or 4204917. OLE color: 4204917.

HSL color Cylindrical-coordinate representation of color #752940: hue angle of 341.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752940 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1174164-
CMYK00.650.450.54
HSL341.84º48.1%30.98%-
HSV(B)341.84º64.96%45.88%-
XYZ9.055.745.48-
YUV66.35126.68164.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=52.70%
G=18.47%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117416400.650.450.54341.8448.130.98
Hex7529400412D36156301f
Octal16551100010155665266037
Binary111010110100110000000100000110110111011010101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752940; }

 p { color: rgb(117,41,64); }

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

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

 a { background-color: rgb(117,41,64); }

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

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

 span { border-color: rgb(117,41,64); }

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