Shades of Siren #752C41
Tints of Siren #752C41
RGB
CMYK
RGB Variations
Color information
#752C41 (or 0x752C41) is known color: Siren. HEX triplet: 75, 2C and 41. RGB value is (117,44,65). Sum of RGB (Red+Green+Blue) = 117+44+65=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C41 is #8AD3BE. Grayscale: #444444. Windows color (decimal): -9098175 or 4271221. OLE color: 4271221.
HSL color Cylindrical-coordinate representation of color #752C41: hue angle of 342.74º degrees, saturation: 0.45, 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 #752C41 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 65 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.54 |
| HSL | 342.74º | 0.45% | 0.32% | - |
| HSV(B) | 342.74º | 0.62% | 0.46% | - |
| XYZ | 9.19 | 5.96 | 5.67 | - |
| YUV | 68.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 65 | 0 | 0.62 | 0.44 | 0.54 | 342.74 | 0.45 | 0.32 |
| Hex | 75 | 2C | 41 | 0 | 3E | 2C | 36 | 157 | 2D | 20 |
| Octal | 165 | 54 | 101 | 0 | 76 | 54 | 66 | 527 | 55 | 40 |
| Binary | 1110101 | 101100 | 1000001 | 0 | 111110 | 101100 | 110110 | 101010111 | 101101 | 100000 |
Color Harmonies of #752C41
Complementary color
Monochromatic Colors of #752C41
Black with #752C41
Text Example
Text Example
White with #752C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C41; }
p { color: rgb(117,44,65); }
H1.HeaderClassName
{
color: #752C41;
}
.AnyTagClassName
{
color: #752C41;
}
</style>
background-color css
<style>
a { background-color: #752C41; }
a { background-color: rgb(117,44,65); }
div.DivClassName
{
background-color: #752C41;
}
.BgClassName
{
background-color: #752C41;
}
</style>
border-color css
<style>
span { border-color: #752C41; }
span { border-color: rgb(117,44,65); }
td.TdClassName
{
border-color: #752C41;
}
.TagClassName
{
border-color: #752C41;
}
</style>