Shades of Siren #642C3F
Tints of Siren #642C3F
RGB
CMYK
RGB Variations
Color information
#642C3F (or 0x642C3F) is known color: Siren. HEX triplet: 64, 2C and 3F. RGB value is (100,44,63). Sum of RGB (Red+Green+Blue) = 100+44+63=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C3F is #9BD3C0. Grayscale: #3E3E3E. Windows color (decimal): -10212289 or 4140132. OLE color: 4140132.
HSL color Cylindrical-coordinate representation of color #642C3F: hue angle of 339.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #642C3F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 63 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.61 |
| HSL | 339.64º | 0.39% | 0.28% | - |
| HSV(B) | 339.64º | 0.56% | 0.39% | - |
| XYZ | 7.05 | 4.87 | 5.27 | - |
| YUV | 62.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 63 | 0 | 0.56 | 0.37 | 0.61 | 339.64 | 0.39 | 0.28 |
| Hex | 64 | 2C | 3F | 0 | 38 | 25 | 3D | 154 | 27 | 1C |
| Octal | 144 | 54 | 77 | 0 | 70 | 45 | 75 | 524 | 47 | 34 |
| Binary | 1100100 | 101100 | 111111 | 0 | 111000 | 100101 | 111101 | 101010100 | 100111 | 11100 |
Color Harmonies of #642C3F
Complementary color
Monochromatic Colors of #642C3F
Black with #642C3F
Text Example
Text Example
White with #642C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C3F; }
p { color: rgb(100,44,63); }
H1.HeaderClassName
{
color: #642C3F;
}
.AnyTagClassName
{
color: #642C3F;
}
</style>
background-color css
<style>
a { background-color: #642C3F; }
a { background-color: rgb(100,44,63); }
div.DivClassName
{
background-color: #642C3F;
}
.BgClassName
{
background-color: #642C3F;
}
</style>
border-color css
<style>
span { border-color: #642C3F; }
span { border-color: rgb(100,44,63); }
td.TdClassName
{
border-color: #642C3F;
}
.TagClassName
{
border-color: #642C3F;
}
</style>