Shades of Siren #64313C
Tints of Siren #64313C
RGB
CMYK
RGB Variations
Color information
#64313C (or 0x64313C) is known color: Siren. HEX triplet: 64, 31 and 3C. RGB value is (100,49,60). Sum of RGB (Red+Green+Blue) = 100+49+60=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64313C is #9BCEC3. Grayscale: #414141. Windows color (decimal): -10211012 or 3944804. OLE color: 3944804.
HSL color Cylindrical-coordinate representation of color #64313C: hue angle of 347.06º 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 #64313C is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 60 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.61 |
| HSL | 347.06º | 0.34% | 0.29% | - |
| HSV(B) | 347.06º | 0.51% | 0.39% | - |
| XYZ | 7.17 | 5.23 | 4.91 | - |
| YUV | 65.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 60 | 0 | 0.51 | 0.4 | 0.61 | 347.06 | 0.34 | 0.29 |
| Hex | 64 | 31 | 3C | 0 | 33 | 28 | 3D | 15B | 22 | 1D |
| Octal | 144 | 61 | 74 | 0 | 63 | 50 | 75 | 533 | 42 | 35 |
| Binary | 1100100 | 110001 | 111100 | 0 | 110011 | 101000 | 111101 | 101011011 | 100010 | 11101 |
Color Harmonies of #64313C
Complementary color
Monochromatic Colors of #64313C
Black with #64313C
Text Example
Text Example
White with #64313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64313C; }
p { color: rgb(100,49,60); }
H1.HeaderClassName
{
color: #64313C;
}
.AnyTagClassName
{
color: #64313C;
}
</style>
background-color css
<style>
a { background-color: #64313C; }
a { background-color: rgb(100,49,60); }
div.DivClassName
{
background-color: #64313C;
}
.BgClassName
{
background-color: #64313C;
}
</style>
border-color css
<style>
span { border-color: #64313C; }
span { border-color: rgb(100,49,60); }
td.TdClassName
{
border-color: #64313C;
}
.TagClassName
{
border-color: #64313C;
}
</style>