Shades of Siren #74253C
Tints of Siren #74253C
RGB
CMYK
RGB Variations
Color information
#74253C (or 0x74253C) is known color: Siren. HEX triplet: 74, 25 and 3C. RGB value is (116,37,60). Sum of RGB (Red+Green+Blue) = 116+37+60=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74253C is #8BDAC3. Grayscale: #3F3F3F. Windows color (decimal): -9165508 or 3941748. OLE color: 3941748.
HSL color Cylindrical-coordinate representation of color #74253C: hue angle of 342.53º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74253C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 60 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.55 |
| HSL | 342.53º | 0.52% | 0.3% | - |
| HSV(B) | 342.53º | 0.68% | 0.45% | - |
| XYZ | 8.68 | 5.36 | 4.85 | - |
| YUV | 63.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 60 | 0 | 0.68 | 0.48 | 0.55 | 342.53 | 0.52 | 0.3 |
| Hex | 74 | 25 | 3C | 0 | 44 | 30 | 37 | 157 | 34 | 1E |
| Octal | 164 | 45 | 74 | 0 | 104 | 60 | 67 | 527 | 64 | 36 |
| Binary | 1110100 | 100101 | 111100 | 0 | 1000100 | 110000 | 110111 | 101010111 | 110100 | 11110 |
Color Harmonies of #74253C
Complementary color
Monochromatic Colors of #74253C
Black with #74253C
Text Example
Text Example
White with #74253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74253C; }
p { color: rgb(116,37,60); }
H1.HeaderClassName
{
color: #74253C;
}
.AnyTagClassName
{
color: #74253C;
}
</style>
background-color css
<style>
a { background-color: #74253C; }
a { background-color: rgb(116,37,60); }
div.DivClassName
{
background-color: #74253C;
}
.BgClassName
{
background-color: #74253C;
}
</style>
border-color css
<style>
span { border-color: #74253C; }
span { border-color: rgb(116,37,60); }
td.TdClassName
{
border-color: #74253C;
}
.TagClassName
{
border-color: #74253C;
}
</style>