Shades of Siren #752D3F
Tints of Siren #752D3F
RGB
CMYK
RGB Variations
Color information
#752D3F (or 0x752D3F) is known color: Siren. HEX triplet: 75, 2D and 3F. RGB value is (117,45,63). Sum of RGB (Red+Green+Blue) = 117+45+63=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D3F is #8AD2C0. Grayscale: #444444. Windows color (decimal): -9097921 or 4140405. OLE color: 4140405.
HSL color Cylindrical-coordinate representation of color #752D3F: hue angle of 345º 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 #752D3F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 63 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.54 |
| HSL | 345º | 0.44% | 0.32% | - |
| HSV(B) | 345º | 0.62% | 0.46% | - |
| XYZ | 9.17 | 6.02 | 5.38 | - |
| YUV | 68.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 63 | 0 | 0.62 | 0.46 | 0.54 | 345 | 0.44 | 0.32 |
| Hex | 75 | 2D | 3F | 0 | 3E | 2E | 36 | 159 | 2C | 20 |
| Octal | 165 | 55 | 77 | 0 | 76 | 56 | 66 | 531 | 54 | 40 |
| Binary | 1110101 | 101101 | 111111 | 0 | 111110 | 101110 | 110110 | 101011001 | 101100 | 100000 |
Color Harmonies of #752D3F
Complementary color
Monochromatic Colors of #752D3F
Black with #752D3F
Text Example
Text Example
White with #752D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D3F; }
p { color: rgb(117,45,63); }
H1.HeaderClassName
{
color: #752D3F;
}
.AnyTagClassName
{
color: #752D3F;
}
</style>
background-color css
<style>
a { background-color: #752D3F; }
a { background-color: rgb(117,45,63); }
div.DivClassName
{
background-color: #752D3F;
}
.BgClassName
{
background-color: #752D3F;
}
</style>
border-color css
<style>
span { border-color: #752D3F; }
span { border-color: rgb(117,45,63); }
td.TdClassName
{
border-color: #752D3F;
}
.TagClassName
{
border-color: #752D3F;
}
</style>