Shades of Siren #75263D
Tints of Siren #75263D
RGB
CMYK
RGB Variations
Color information
#75263D (or 0x75263D) is known color: Siren. HEX triplet: 75, 26 and 3D. RGB value is (117,38,61). Sum of RGB (Red+Green+Blue) = 117+38+61=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75263D is #8AD9C2. Grayscale: #404040. Windows color (decimal): -9099715 or 4007541. OLE color: 4007541.
HSL color Cylindrical-coordinate representation of color #75263D: hue angle of 342.53º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75263D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 61 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.54 |
| HSL | 342.53º | 0.51% | 0.3% | - |
| HSV(B) | 342.53º | 0.68% | 0.46% | - |
| XYZ | 8.87 | 5.51 | 5.01 | - |
| YUV | 64.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 61 | 0 | 0.68 | 0.48 | 0.54 | 342.53 | 0.51 | 0.3 |
| Hex | 75 | 26 | 3D | 0 | 44 | 30 | 36 | 157 | 33 | 1E |
| Octal | 165 | 46 | 75 | 0 | 104 | 60 | 66 | 527 | 63 | 36 |
| Binary | 1110101 | 100110 | 111101 | 0 | 1000100 | 110000 | 110110 | 101010111 | 110011 | 11110 |
Color Harmonies of #75263D
Complementary color
Monochromatic Colors of #75263D
Black with #75263D
Text Example
Text Example
White with #75263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75263D; }
p { color: rgb(117,38,61); }
H1.HeaderClassName
{
color: #75263D;
}
.AnyTagClassName
{
color: #75263D;
}
</style>
background-color css
<style>
a { background-color: #75263D; }
a { background-color: rgb(117,38,61); }
div.DivClassName
{
background-color: #75263D;
}
.BgClassName
{
background-color: #75263D;
}
</style>
border-color css
<style>
span { border-color: #75263D; }
span { border-color: rgb(117,38,61); }
td.TdClassName
{
border-color: #75263D;
}
.TagClassName
{
border-color: #75263D;
}
</style>