Shades of Siren #642A41
Tints of Siren #642A41
RGB
CMYK
RGB Variations
Color information
#642A41 (or 0x642A41) is known color: Siren. HEX triplet: 64, 2A and 41. RGB value is (100,42,65). Sum of RGB (Red+Green+Blue) = 100+42+65=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A41 is #9BD5BE. Grayscale: #3D3D3D. Windows color (decimal): -10212799 or 4270692. OLE color: 4270692.
HSL color Cylindrical-coordinate representation of color #642A41: hue angle of 336.21º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A41 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 65 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.61 |
| HSL | 336.21º | 0.41% | 0.28% | - |
| HSV(B) | 336.21º | 0.58% | 0.39% | - |
| XYZ | 7.04 | 4.75 | 5.55 | - |
| YUV | 61.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 65 | 0 | 0.58 | 0.35 | 0.61 | 336.21 | 0.41 | 0.28 |
| Hex | 64 | 2A | 41 | 0 | 3A | 23 | 3D | 150 | 29 | 1C |
| Octal | 144 | 52 | 101 | 0 | 72 | 43 | 75 | 520 | 51 | 34 |
| Binary | 1100100 | 101010 | 1000001 | 0 | 111010 | 100011 | 111101 | 101010000 | 101001 | 11100 |
Color Harmonies of #642A41
Complementary color
Monochromatic Colors of #642A41
Black with #642A41
Text Example
Text Example
White with #642A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A41; }
p { color: rgb(100,42,65); }
H1.HeaderClassName
{
color: #642A41;
}
.AnyTagClassName
{
color: #642A41;
}
</style>
background-color css
<style>
a { background-color: #642A41; }
a { background-color: rgb(100,42,65); }
div.DivClassName
{
background-color: #642A41;
}
.BgClassName
{
background-color: #642A41;
}
</style>
border-color css
<style>
span { border-color: #642A41; }
span { border-color: rgb(100,42,65); }
td.TdClassName
{
border-color: #642A41;
}
.TagClassName
{
border-color: #642A41;
}
</style>