Shades of Siren #752D3E
Tints of Siren #752D3E
RGB
CMYK
RGB Variations
Color information
#752D3E (or 0x752D3E) is known color: Siren. HEX triplet: 75, 2D and 3E. RGB value is (117,45,62). Sum of RGB (Red+Green+Blue) = 117+45+62=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #752D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D3E is #8AD2C1. Grayscale: #444444. Windows color (decimal): -9097922 or 4074869. OLE color: 4074869.
HSL color Cylindrical-coordinate representation of color #752D3E: hue angle of 345.83º 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 #752D3E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 62 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.54 |
| HSL | 345.83º | 0.44% | 0.32% | - |
| HSV(B) | 345.83º | 0.62% | 0.46% | - |
| XYZ | 9.14 | 6.01 | 5.23 | - |
| YUV | 68.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 62 | 0 | 0.62 | 0.47 | 0.54 | 345.83 | 0.44 | 0.32 |
| Hex | 75 | 2D | 3E | 0 | 3E | 2F | 36 | 15A | 2C | 20 |
| Octal | 165 | 55 | 76 | 0 | 76 | 57 | 66 | 532 | 54 | 40 |
| Binary | 1110101 | 101101 | 111110 | 0 | 111110 | 101111 | 110110 | 101011010 | 101100 | 100000 |
Color Harmonies of #752D3E
Complementary color
Monochromatic Colors of #752D3E
Black with #752D3E
Text Example
Text Example
White with #752D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D3E; }
p { color: rgb(117,45,62); }
H1.HeaderClassName
{
color: #752D3E;
}
.AnyTagClassName
{
color: #752D3E;
}
</style>
background-color css
<style>
a { background-color: #752D3E; }
a { background-color: rgb(117,45,62); }
div.DivClassName
{
background-color: #752D3E;
}
.BgClassName
{
background-color: #752D3E;
}
</style>
border-color css
<style>
span { border-color: #752D3E; }
span { border-color: rgb(117,45,62); }
td.TdClassName
{
border-color: #752D3E;
}
.TagClassName
{
border-color: #752D3E;
}
</style>