Shades of Siren #752D40
Tints of Siren #752D40
RGB
CMYK
RGB Variations
Color information
#752D40 (or 0x752D40) is known color: Siren. HEX triplet: 75, 2D and 40. RGB value is (117,45,64). Sum of RGB (Red+Green+Blue) = 117+45+64=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D40 is #8AD2BF. Grayscale: #444444. Windows color (decimal): -9097920 or 4205941. OLE color: 4205941.
HSL color Cylindrical-coordinate representation of color #752D40: hue angle of 344.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D40 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 64 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.54 |
| HSL | 344.17º | 0.44% | 0.32% | - |
| HSV(B) | 344.17º | 0.62% | 0.46% | - |
| XYZ | 9.2 | 6.03 | 5.53 | - |
| YUV | 68.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 64 | 0 | 0.62 | 0.45 | 0.54 | 344.17 | 0.44 | 0.32 |
| Hex | 75 | 2D | 40 | 0 | 3E | 2D | 36 | 158 | 2C | 20 |
| Octal | 165 | 55 | 100 | 0 | 76 | 55 | 66 | 530 | 54 | 40 |
| Binary | 1110101 | 101101 | 1000000 | 0 | 111110 | 101101 | 110110 | 101011000 | 101100 | 100000 |
Color Harmonies of #752D40
Complementary color
Monochromatic Colors of #752D40
Black with #752D40
Text Example
Text Example
White with #752D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D40; }
p { color: rgb(117,45,64); }
H1.HeaderClassName
{
color: #752D40;
}
.AnyTagClassName
{
color: #752D40;
}
</style>
background-color css
<style>
a { background-color: #752D40; }
a { background-color: rgb(117,45,64); }
div.DivClassName
{
background-color: #752D40;
}
.BgClassName
{
background-color: #752D40;
}
</style>
border-color css
<style>
span { border-color: #752D40; }
span { border-color: rgb(117,45,64); }
td.TdClassName
{
border-color: #752D40;
}
.TagClassName
{
border-color: #752D40;
}
</style>