Shades of Siren #64323F
Tints of Siren #64323F
RGB
CMYK
RGB Variations
Color information
#64323F (or 0x64323F) is known color: Siren. HEX triplet: 64, 32 and 3F. RGB value is (100,50,63). Sum of RGB (Red+Green+Blue) = 100+50+63=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64323F is #9BCDC0. Grayscale: #424242. Windows color (decimal): -10210753 or 4141668. OLE color: 4141668.
HSL color Cylindrical-coordinate representation of color #64323F: hue angle of 344.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64323F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 63 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.61 |
| HSL | 344.4º | 0.33% | 0.29% | - |
| HSV(B) | 344.4º | 0.5% | 0.39% | - |
| XYZ | 7.29 | 5.35 | 5.35 | - |
| YUV | 66.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 63 | 0 | 0.50 | 0.37 | 0.61 | 344.4 | 0.33 | 0.29 |
| Hex | 64 | 32 | 3F | 0 | 32 | 25 | 3D | 158 | 21 | 1D |
| Octal | 144 | 62 | 77 | 0 | 62 | 45 | 75 | 530 | 41 | 35 |
| Binary | 1100100 | 110010 | 111111 | 0 | 110010 | 100101 | 111101 | 101011000 | 100001 | 11101 |
Color Harmonies of #64323F
Complementary color
Monochromatic Colors of #64323F
Black with #64323F
Text Example
Text Example
White with #64323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64323F; }
p { color: rgb(100,50,63); }
H1.HeaderClassName
{
color: #64323F;
}
.AnyTagClassName
{
color: #64323F;
}
</style>
background-color css
<style>
a { background-color: #64323F; }
a { background-color: rgb(100,50,63); }
div.DivClassName
{
background-color: #64323F;
}
.BgClassName
{
background-color: #64323F;
}
</style>
border-color css
<style>
span { border-color: #64323F; }
span { border-color: rgb(100,50,63); }
td.TdClassName
{
border-color: #64323F;
}
.TagClassName
{
border-color: #64323F;
}
</style>