Shades of Siren #64313A
Tints of Siren #64313A
RGB
CMYK
RGB Variations
Color information
#64313A (or 0x64313A) is known color: Siren. HEX triplet: 64, 31 and 3A. RGB value is (100,49,58). Sum of RGB (Red+Green+Blue) = 100+49+58=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64313A is #9BCEC5. Grayscale: #414141. Windows color (decimal): -10211014 or 3813732. OLE color: 3813732.
HSL color Cylindrical-coordinate representation of color #64313A: hue angle of 349.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64313A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 58 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.61 |
| HSL | 349.41º | 0.34% | 0.29% | - |
| HSV(B) | 349.41º | 0.51% | 0.39% | - |
| XYZ | 7.12 | 5.21 | 4.63 | - |
| YUV | 65.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 58 | 0 | 0.51 | 0.42 | 0.61 | 349.41 | 0.34 | 0.29 |
| Hex | 64 | 31 | 3A | 0 | 33 | 2A | 3D | 15D | 22 | 1D |
| Octal | 144 | 61 | 72 | 0 | 63 | 52 | 75 | 535 | 42 | 35 |
| Binary | 1100100 | 110001 | 111010 | 0 | 110011 | 101010 | 111101 | 101011101 | 100010 | 11101 |
Color Harmonies of #64313A
Complementary color
Monochromatic Colors of #64313A
Black with #64313A
Text Example
Text Example
White with #64313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64313A; }
p { color: rgb(100,49,58); }
H1.HeaderClassName
{
color: #64313A;
}
.AnyTagClassName
{
color: #64313A;
}
</style>
background-color css
<style>
a { background-color: #64313A; }
a { background-color: rgb(100,49,58); }
div.DivClassName
{
background-color: #64313A;
}
.BgClassName
{
background-color: #64313A;
}
</style>
border-color css
<style>
span { border-color: #64313A; }
span { border-color: rgb(100,49,58); }
td.TdClassName
{
border-color: #64313A;
}
.TagClassName
{
border-color: #64313A;
}
</style>