Shades of Siren #64253A
Tints of Siren #64253A
RGB
CMYK
RGB Variations
Color information
#64253A (or 0x64253A) is known color: Siren. HEX triplet: 64, 25 and 3A. RGB value is (100,37,58). Sum of RGB (Red+Green+Blue) = 100+37+58=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64253A is #9BDAC5. Grayscale: #3A3A3A. Windows color (decimal): -10214086 or 3810660. OLE color: 3810660.
HSL color Cylindrical-coordinate representation of color #64253A: hue angle of 340º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64253A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 37 | 58 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.61 |
| HSL | 340º | 0.46% | 0.27% | - |
| HSV(B) | 340º | 0.63% | 0.39% | - |
| XYZ | 6.68 | 4.34 | 4.49 | - |
| YUV | 58.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 58 | 0 | 0.63 | 0.42 | 0.61 | 340 | 0.46 | 0.27 |
| Hex | 64 | 25 | 3A | 0 | 3F | 2A | 3D | 154 | 2E | 1B |
| Octal | 144 | 45 | 72 | 0 | 77 | 52 | 75 | 524 | 56 | 33 |
| Binary | 1100100 | 100101 | 111010 | 0 | 111111 | 101010 | 111101 | 101010100 | 101110 | 11011 |
Color Harmonies of #64253A
Complementary color
Monochromatic Colors of #64253A
Black with #64253A
Text Example
Text Example
White with #64253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64253A; }
p { color: rgb(100,37,58); }
H1.HeaderClassName
{
color: #64253A;
}
.AnyTagClassName
{
color: #64253A;
}
</style>
background-color css
<style>
a { background-color: #64253A; }
a { background-color: rgb(100,37,58); }
div.DivClassName
{
background-color: #64253A;
}
.BgClassName
{
background-color: #64253A;
}
</style>
border-color css
<style>
span { border-color: #64253A; }
span { border-color: rgb(100,37,58); }
td.TdClassName
{
border-color: #64253A;
}
.TagClassName
{
border-color: #64253A;
}
</style>