Shades of Siren #752A3F
Tints of Siren #752A3F
RGB
CMYK
RGB Variations
Color information
#752A3F (or 0x752A3F) is known color: Siren. HEX triplet: 75, 2A and 3F. RGB value is (117,42,63). Sum of RGB (Red+Green+Blue) = 117+42+63=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A3F is #8AD5C0. Grayscale: #424242. Windows color (decimal): -9098689 or 4139637. OLE color: 4139637.
HSL color Cylindrical-coordinate representation of color #752A3F: hue angle of 343.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A3F is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 63 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.54 |
| HSL | 343.2º | 0.47% | 0.31% | - |
| HSV(B) | 343.2º | 0.64% | 0.46% | - |
| XYZ | 9.06 | 5.8 | 5.34 | - |
| YUV | 66.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 63 | 0 | 0.64 | 0.46 | 0.54 | 343.2 | 0.47 | 0.31 |
| Hex | 75 | 2A | 3F | 0 | 40 | 2E | 36 | 157 | 2F | 1F |
| Octal | 165 | 52 | 77 | 0 | 100 | 56 | 66 | 527 | 57 | 37 |
| Binary | 1110101 | 101010 | 111111 | 0 | 1000000 | 101110 | 110110 | 101010111 | 101111 | 11111 |
Color Harmonies of #752A3F
Complementary color
Monochromatic Colors of #752A3F
Black with #752A3F
Text Example
Text Example
White with #752A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A3F; }
p { color: rgb(117,42,63); }
H1.HeaderClassName
{
color: #752A3F;
}
.AnyTagClassName
{
color: #752A3F;
}
</style>
background-color css
<style>
a { background-color: #752A3F; }
a { background-color: rgb(117,42,63); }
div.DivClassName
{
background-color: #752A3F;
}
.BgClassName
{
background-color: #752A3F;
}
</style>
border-color css
<style>
span { border-color: #752A3F; }
span { border-color: rgb(117,42,63); }
td.TdClassName
{
border-color: #752A3F;
}
.TagClassName
{
border-color: #752A3F;
}
</style>