#752340

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

Shades of Siren #752340

Tints of Siren #752340

Color information

#752340 (or 0x752340) is unknown color: approx Siren. HEX triplet: 75, 23 and 40. RGB value is (117,35,64). Sum of RGB (Red+Green+Blue) = 117+35+64=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #752340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752340 is #8ADCBF. Grayscale: #3E3E3E. Windows color (decimal): -9100480 or 4203381. OLE color: 4203381.

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

Color convert

RGB1173564-
CMYK00.700.450.54
HSL338.78º53.95%29.8%-
HSV(B)338.78º70.09%45.88%-
XYZ8.865.355.42-
YUV62.82128.67166.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=54.17%
G=16.20%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117356400.700.450.54338.7853.9529.8
Hex7523400462D36153361e
Octal16543100010655665236636
Binary111010110001110000000100011010110111011010101001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752340; }

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

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

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

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

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

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

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

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