Shades of Siren #642C3B
Tints of Siren #642C3B
RGB
CMYK
RGB Variations
Color information
#642C3B (or 0x642C3B) is known color: Siren. HEX triplet: 64, 2C and 3B. RGB value is (100,44,59). Sum of RGB (Red+Green+Blue) = 100+44+59=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #642C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C3B is #9BD3C4. Grayscale: #3E3E3E. Windows color (decimal): -10212293 or 3877988. OLE color: 3877988.
HSL color Cylindrical-coordinate representation of color #642C3B: hue angle of 343.93º 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 #642C3B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 59 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.61 |
| HSL | 343.93º | 0.39% | 0.28% | - |
| HSV(B) | 343.93º | 0.56% | 0.39% | - |
| XYZ | 6.95 | 4.83 | 4.7 | - |
| YUV | 62.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 59 | 0 | 0.56 | 0.41 | 0.61 | 343.93 | 0.39 | 0.28 |
| Hex | 64 | 2C | 3B | 0 | 38 | 29 | 3D | 158 | 27 | 1C |
| Octal | 144 | 54 | 73 | 0 | 70 | 51 | 75 | 530 | 47 | 34 |
| Binary | 1100100 | 101100 | 111011 | 0 | 111000 | 101001 | 111101 | 101011000 | 100111 | 11100 |
Color Harmonies of #642C3B
Complementary color
Monochromatic Colors of #642C3B
Black with #642C3B
Text Example
Text Example
White with #642C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C3B; }
p { color: rgb(100,44,59); }
H1.HeaderClassName
{
color: #642C3B;
}
.AnyTagClassName
{
color: #642C3B;
}
</style>
background-color css
<style>
a { background-color: #642C3B; }
a { background-color: rgb(100,44,59); }
div.DivClassName
{
background-color: #642C3B;
}
.BgClassName
{
background-color: #642C3B;
}
</style>
border-color css
<style>
span { border-color: #642C3B; }
span { border-color: rgb(100,44,59); }
td.TdClassName
{
border-color: #642C3B;
}
.TagClassName
{
border-color: #642C3B;
}
</style>