Shades of Siren #642D3C
Tints of Siren #642D3C
RGB
CMYK
RGB Variations
Color information
#642D3C (or 0x642D3C) is known color: Siren. HEX triplet: 64, 2D and 3C. RGB value is (100,45,60). Sum of RGB (Red+Green+Blue) = 100+45+60=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #642D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D3C is #9BD2C3. Grayscale: #3F3F3F. Windows color (decimal): -10212036 or 3943780. OLE color: 3943780.
HSL color Cylindrical-coordinate representation of color #642D3C: hue angle of 343.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D3C is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 60 | - |
| CMYK | 0 | 0.55 | 0.4 | 0.61 |
| HSL | 343.64º | 0.38% | 0.28% | - |
| HSV(B) | 343.64º | 0.55% | 0.39% | - |
| XYZ | 7.01 | 4.91 | 4.85 | - |
| YUV | 63.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 60 | 0 | 0.55 | 0.4 | 0.61 | 343.64 | 0.38 | 0.28 |
| Hex | 64 | 2D | 3C | 0 | 37 | 28 | 3D | 158 | 26 | 1C |
| Octal | 144 | 55 | 74 | 0 | 67 | 50 | 75 | 530 | 46 | 34 |
| Binary | 1100100 | 101101 | 111100 | 0 | 110111 | 101000 | 111101 | 101011000 | 100110 | 11100 |
Color Harmonies of #642D3C
Complementary color
Monochromatic Colors of #642D3C
Black with #642D3C
Text Example
Text Example
White with #642D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D3C; }
p { color: rgb(100,45,60); }
H1.HeaderClassName
{
color: #642D3C;
}
.AnyTagClassName
{
color: #642D3C;
}
</style>
background-color css
<style>
a { background-color: #642D3C; }
a { background-color: rgb(100,45,60); }
div.DivClassName
{
background-color: #642D3C;
}
.BgClassName
{
background-color: #642D3C;
}
</style>
border-color css
<style>
span { border-color: #642D3C; }
span { border-color: rgb(100,45,60); }
td.TdClassName
{
border-color: #642D3C;
}
.TagClassName
{
border-color: #642D3C;
}
</style>