Shades of Siren #74263D
Tints of Siren #74263D
RGB
CMYK
RGB Variations
Color information
#74263D (or 0x74263D) is known color: Siren. HEX triplet: 74, 26 and 3D. RGB value is (116,38,61). Sum of RGB (Red+Green+Blue) = 116+38+61=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74263D is #8BD9C2. Grayscale: #3F3F3F. Windows color (decimal): -9165251 or 4007540. OLE color: 4007540.
HSL color Cylindrical-coordinate representation of color #74263D: hue angle of 342.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74263D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 61 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.55 |
| HSL | 342.31º | 0.51% | 0.3% | - |
| HSV(B) | 342.31º | 0.67% | 0.45% | - |
| XYZ | 8.74 | 5.44 | 5 | - |
| YUV | 63.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 61 | 0 | 0.67 | 0.47 | 0.55 | 342.31 | 0.51 | 0.3 |
| Hex | 74 | 26 | 3D | 0 | 43 | 2F | 37 | 156 | 33 | 1E |
| Octal | 164 | 46 | 75 | 0 | 103 | 57 | 67 | 526 | 63 | 36 |
| Binary | 1110100 | 100110 | 111101 | 0 | 1000011 | 101111 | 110111 | 101010110 | 110011 | 11110 |
Color Harmonies of #74263D
Complementary color
Monochromatic Colors of #74263D
Black with #74263D
Text Example
Text Example
White with #74263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74263D; }
p { color: rgb(116,38,61); }
H1.HeaderClassName
{
color: #74263D;
}
.AnyTagClassName
{
color: #74263D;
}
</style>
background-color css
<style>
a { background-color: #74263D; }
a { background-color: rgb(116,38,61); }
div.DivClassName
{
background-color: #74263D;
}
.BgClassName
{
background-color: #74263D;
}
</style>
border-color css
<style>
span { border-color: #74263D; }
span { border-color: rgb(116,38,61); }
td.TdClassName
{
border-color: #74263D;
}
.TagClassName
{
border-color: #74263D;
}
</style>