Shades of Siren #642F40
Tints of Siren #642F40
RGB
CMYK
RGB Variations
Color information
#642F40 (or 0x642F40) is known color: Siren. HEX triplet: 64, 2F and 40. RGB value is (100,47,64). Sum of RGB (Red+Green+Blue) = 100+47+64=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #642F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F40 is #9BD0BF. Grayscale: #404040. Windows color (decimal): -10211520 or 4206436. OLE color: 4206436.
HSL color Cylindrical-coordinate representation of color #642F40: hue angle of 340.75º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F40 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 64 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.61 |
| HSL | 340.75º | 0.36% | 0.29% | - |
| HSV(B) | 340.75º | 0.53% | 0.39% | - |
| XYZ | 7.2 | 5.11 | 5.46 | - |
| YUV | 64.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 64 | 0 | 0.53 | 0.36 | 0.61 | 340.75 | 0.36 | 0.29 |
| Hex | 64 | 2F | 40 | 0 | 35 | 24 | 3D | 155 | 24 | 1D |
| Octal | 144 | 57 | 100 | 0 | 65 | 44 | 75 | 525 | 44 | 35 |
| Binary | 1100100 | 101111 | 1000000 | 0 | 110101 | 100100 | 111101 | 101010101 | 100100 | 11101 |
Color Harmonies of #642F40
Complementary color
Monochromatic Colors of #642F40
Black with #642F40
Text Example
Text Example
White with #642F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F40; }
p { color: rgb(100,47,64); }
H1.HeaderClassName
{
color: #642F40;
}
.AnyTagClassName
{
color: #642F40;
}
</style>
background-color css
<style>
a { background-color: #642F40; }
a { background-color: rgb(100,47,64); }
div.DivClassName
{
background-color: #642F40;
}
.BgClassName
{
background-color: #642F40;
}
</style>
border-color css
<style>
span { border-color: #642F40; }
span { border-color: rgb(100,47,64); }
td.TdClassName
{
border-color: #642F40;
}
.TagClassName
{
border-color: #642F40;
}
</style>