Shades of Siren #64303B
Tints of Siren #64303B
RGB
CMYK
RGB Variations
Color information
#64303B (or 0x64303B) is known color: Siren. HEX triplet: 64, 30 and 3B. RGB value is (100,48,59). Sum of RGB (Red+Green+Blue) = 100+48+59=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #64303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64303B is #9BCFC4. Grayscale: #404040. Windows color (decimal): -10211269 or 3879012. OLE color: 3879012.
HSL color Cylindrical-coordinate representation of color #64303B: hue angle of 347.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64303B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 59 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.61 |
| HSL | 347.31º | 0.35% | 0.29% | - |
| HSV(B) | 347.31º | 0.52% | 0.39% | - |
| XYZ | 7.1 | 5.14 | 4.76 | - |
| YUV | 64.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 59 | 0 | 0.52 | 0.41 | 0.61 | 347.31 | 0.35 | 0.29 |
| Hex | 64 | 30 | 3B | 0 | 34 | 29 | 3D | 15B | 23 | 1D |
| Octal | 144 | 60 | 73 | 0 | 64 | 51 | 75 | 533 | 43 | 35 |
| Binary | 1100100 | 110000 | 111011 | 0 | 110100 | 101001 | 111101 | 101011011 | 100011 | 11101 |
Color Harmonies of #64303B
Complementary color
Monochromatic Colors of #64303B
Black with #64303B
Text Example
Text Example
White with #64303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64303B; }
p { color: rgb(100,48,59); }
H1.HeaderClassName
{
color: #64303B;
}
.AnyTagClassName
{
color: #64303B;
}
</style>
background-color css
<style>
a { background-color: #64303B; }
a { background-color: rgb(100,48,59); }
div.DivClassName
{
background-color: #64303B;
}
.BgClassName
{
background-color: #64303B;
}
</style>
border-color css
<style>
span { border-color: #64303B; }
span { border-color: rgb(100,48,59); }
td.TdClassName
{
border-color: #64303B;
}
.TagClassName
{
border-color: #64303B;
}
</style>