Shades of Siren #75273F
Tints of Siren #75273F
RGB
CMYK
RGB Variations
Color information
#75273F (or 0x75273F) is known color: Siren. HEX triplet: 75, 27 and 3F. RGB value is (117,39,63). Sum of RGB (Red+Green+Blue) = 117+39+63=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75273F is #8AD8C0. Grayscale: #414141. Windows color (decimal): -9099457 or 4138869. OLE color: 4138869.
HSL color Cylindrical-coordinate representation of color #75273F: hue angle of 341.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75273F is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 63 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.54 |
| HSL | 341.54º | 0.5% | 0.31% | - |
| HSV(B) | 341.54º | 0.67% | 0.46% | - |
| XYZ | 8.96 | 5.59 | 5.31 | - |
| YUV | 65.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 63 | 0 | 0.67 | 0.46 | 0.54 | 341.54 | 0.5 | 0.31 |
| Hex | 75 | 27 | 3F | 0 | 43 | 2E | 36 | 156 | 32 | 1F |
| Octal | 165 | 47 | 77 | 0 | 103 | 56 | 66 | 526 | 62 | 37 |
| Binary | 1110101 | 100111 | 111111 | 0 | 1000011 | 101110 | 110110 | 101010110 | 110010 | 11111 |
Color Harmonies of #75273F
Complementary color
Monochromatic Colors of #75273F
Black with #75273F
Text Example
Text Example
White with #75273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75273F; }
p { color: rgb(117,39,63); }
H1.HeaderClassName
{
color: #75273F;
}
.AnyTagClassName
{
color: #75273F;
}
</style>
background-color css
<style>
a { background-color: #75273F; }
a { background-color: rgb(117,39,63); }
div.DivClassName
{
background-color: #75273F;
}
.BgClassName
{
background-color: #75273F;
}
</style>
border-color css
<style>
span { border-color: #75273F; }
span { border-color: rgb(117,39,63); }
td.TdClassName
{
border-color: #75273F;
}
.TagClassName
{
border-color: #75273F;
}
</style>