Shades of Siren #64323A
Tints of Siren #64323A
RGB
CMYK
RGB Variations
Color information
#64323A (or 0x64323A) is known color: Siren. HEX triplet: 64, 32 and 3A. RGB value is (100,50,58). Sum of RGB (Red+Green+Blue) = 100+50+58=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64323A is #9BCDC5. Grayscale: #414141. Windows color (decimal): -10210758 or 3813988. OLE color: 3813988.
HSL color Cylindrical-coordinate representation of color #64323A: hue angle of 350.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 #64323A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 58 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.61 |
| HSL | 350.4º | 0.33% | 0.29% | - |
| HSV(B) | 350.4º | 0.5% | 0.39% | - |
| XYZ | 7.16 | 5.3 | 4.65 | - |
| YUV | 65.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 58 | 0 | 0.50 | 0.42 | 0.61 | 350.4 | 0.33 | 0.29 |
| Hex | 64 | 32 | 3A | 0 | 32 | 2A | 3D | 15E | 21 | 1D |
| Octal | 144 | 62 | 72 | 0 | 62 | 52 | 75 | 536 | 41 | 35 |
| Binary | 1100100 | 110010 | 111010 | 0 | 110010 | 101010 | 111101 | 101011110 | 100001 | 11101 |
Color Harmonies of #64323A
Complementary color
Monochromatic Colors of #64323A
Black with #64323A
Text Example
Text Example
White with #64323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64323A; }
p { color: rgb(100,50,58); }
H1.HeaderClassName
{
color: #64323A;
}
.AnyTagClassName
{
color: #64323A;
}
</style>
background-color css
<style>
a { background-color: #64323A; }
a { background-color: rgb(100,50,58); }
div.DivClassName
{
background-color: #64323A;
}
.BgClassName
{
background-color: #64323A;
}
</style>
border-color css
<style>
span { border-color: #64323A; }
span { border-color: rgb(100,50,58); }
td.TdClassName
{
border-color: #64323A;
}
.TagClassName
{
border-color: #64323A;
}
</style>