Shades of Siren #64293C
Tints of Siren #64293C
RGB
CMYK
RGB Variations
Color information
#64293C (or 0x64293C) is known color: Siren. HEX triplet: 64, 29 and 3C. RGB value is (100,41,60). Sum of RGB (Red+Green+Blue) = 100+41+60=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64293C is #9BD6C3. Grayscale: #3C3C3C. Windows color (decimal): -10213060 or 3942756. OLE color: 3942756.
HSL color Cylindrical-coordinate representation of color #64293C: hue angle of 340.68º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64293C is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 60 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.61 |
| HSL | 340.68º | 0.42% | 0.28% | - |
| HSV(B) | 340.68º | 0.59% | 0.39% | - |
| XYZ | 6.86 | 4.62 | 4.81 | - |
| YUV | 60.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 60 | 0 | 0.59 | 0.4 | 0.61 | 340.68 | 0.42 | 0.28 |
| Hex | 64 | 29 | 3C | 0 | 3B | 28 | 3D | 155 | 2A | 1C |
| Octal | 144 | 51 | 74 | 0 | 73 | 50 | 75 | 525 | 52 | 34 |
| Binary | 1100100 | 101001 | 111100 | 0 | 111011 | 101000 | 111101 | 101010101 | 101010 | 11100 |
Color Harmonies of #64293C
Complementary color
Monochromatic Colors of #64293C
Black with #64293C
Text Example
Text Example
White with #64293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64293C; }
p { color: rgb(100,41,60); }
H1.HeaderClassName
{
color: #64293C;
}
.AnyTagClassName
{
color: #64293C;
}
</style>
background-color css
<style>
a { background-color: #64293C; }
a { background-color: rgb(100,41,60); }
div.DivClassName
{
background-color: #64293C;
}
.BgClassName
{
background-color: #64293C;
}
</style>
border-color css
<style>
span { border-color: #64293C; }
span { border-color: rgb(100,41,60); }
td.TdClassName
{
border-color: #64293C;
}
.TagClassName
{
border-color: #64293C;
}
</style>