Shades of Siren #642036
Tints of Siren #642036
RGB
CMYK
RGB Variations
Color information
#642036 (or 0x642036) is known color: Siren. HEX triplet: 64, 20 and 36. RGB value is (100,32,54). Sum of RGB (Red+Green+Blue) = 100+32+54=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #642036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642036 is #9BDFC9. Grayscale: #363636. Windows color (decimal): -10215370 or 3547236. OLE color: 3547236.
HSL color Cylindrical-coordinate representation of color #642036: hue angle of 340.59º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642036 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 54 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.61 |
| HSL | 340.59º | 0.52% | 0.26% | - |
| HSV(B) | 340.59º | 0.68% | 0.39% | - |
| XYZ | 6.44 | 4.01 | 3.92 | - |
| YUV | 54.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 54 | 0 | 0.68 | 0.46 | 0.61 | 340.59 | 0.52 | 0.26 |
| Hex | 64 | 20 | 36 | 0 | 44 | 2E | 3D | 155 | 34 | 1A |
| Octal | 144 | 40 | 66 | 0 | 104 | 56 | 75 | 525 | 64 | 32 |
| Binary | 1100100 | 100000 | 110110 | 0 | 1000100 | 101110 | 111101 | 101010101 | 110100 | 11010 |
Color Harmonies of #642036
Complementary color
Monochromatic Colors of #642036
Black with #642036
Text Example
Text Example
White with #642036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642036; }
p { color: rgb(100,32,54); }
H1.HeaderClassName
{
color: #642036;
}
.AnyTagClassName
{
color: #642036;
}
</style>
background-color css
<style>
a { background-color: #642036; }
a { background-color: rgb(100,32,54); }
div.DivClassName
{
background-color: #642036;
}
.BgClassName
{
background-color: #642036;
}
</style>
border-color css
<style>
span { border-color: #642036; }
span { border-color: rgb(100,32,54); }
td.TdClassName
{
border-color: #642036;
}
.TagClassName
{
border-color: #642036;
}
</style>