Shades of Siren #64273A
Tints of Siren #64273A
RGB
CMYK
RGB Variations
Color information
#64273A (or 0x64273A) is known color: Siren. HEX triplet: 64, 27 and 3A. RGB value is (100,39,58). Sum of RGB (Red+Green+Blue) = 100+39+58=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64273A is #9BD8C5. Grayscale: #3B3B3B. Windows color (decimal): -10213574 or 3811172. OLE color: 3811172.
HSL color Cylindrical-coordinate representation of color #64273A: hue angle of 341.31º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64273A is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 39 | 58 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.61 |
| HSL | 341.31º | 0.44% | 0.27% | - |
| HSV(B) | 341.31º | 0.61% | 0.39% | - |
| XYZ | 6.74 | 4.47 | 4.51 | - |
| YUV | 59.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 58 | 0 | 0.61 | 0.42 | 0.61 | 341.31 | 0.44 | 0.27 |
| Hex | 64 | 27 | 3A | 0 | 3D | 2A | 3D | 155 | 2C | 1B |
| Octal | 144 | 47 | 72 | 0 | 75 | 52 | 75 | 525 | 54 | 33 |
| Binary | 1100100 | 100111 | 111010 | 0 | 111101 | 101010 | 111101 | 101010101 | 101100 | 11011 |
Color Harmonies of #64273A
Complementary color
Monochromatic Colors of #64273A
Black with #64273A
Text Example
Text Example
White with #64273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64273A; }
p { color: rgb(100,39,58); }
H1.HeaderClassName
{
color: #64273A;
}
.AnyTagClassName
{
color: #64273A;
}
</style>
background-color css
<style>
a { background-color: #64273A; }
a { background-color: rgb(100,39,58); }
div.DivClassName
{
background-color: #64273A;
}
.BgClassName
{
background-color: #64273A;
}
</style>
border-color css
<style>
span { border-color: #64273A; }
span { border-color: rgb(100,39,58); }
td.TdClassName
{
border-color: #64273A;
}
.TagClassName
{
border-color: #64273A;
}
</style>