Shades of Siren #64323B
Tints of Siren #64323B
RGB
CMYK
RGB Variations
Color information
#64323B (or 0x64323B) is known color: Siren. HEX triplet: 64, 32 and 3B. RGB value is (100,50,59). Sum of RGB (Red+Green+Blue) = 100+50+59=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64323B is #9BCDC4. Grayscale: #414141. Windows color (decimal): -10210757 or 3879524. OLE color: 3879524.
HSL color Cylindrical-coordinate representation of color #64323B: hue angle of 349.2º 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 #64323B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 59 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.61 |
| HSL | 349.2º | 0.33% | 0.29% | - |
| HSV(B) | 349.2º | 0.5% | 0.39% | - |
| XYZ | 7.19 | 5.31 | 4.78 | - |
| YUV | 65.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 59 | 0 | 0.50 | 0.41 | 0.61 | 349.2 | 0.33 | 0.29 |
| Hex | 64 | 32 | 3B | 0 | 32 | 29 | 3D | 15D | 21 | 1D |
| Octal | 144 | 62 | 73 | 0 | 62 | 51 | 75 | 535 | 41 | 35 |
| Binary | 1100100 | 110010 | 111011 | 0 | 110010 | 101001 | 111101 | 101011101 | 100001 | 11101 |
Color Harmonies of #64323B
Complementary color
Monochromatic Colors of #64323B
Black with #64323B
Text Example
Text Example
White with #64323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64323B; }
p { color: rgb(100,50,59); }
H1.HeaderClassName
{
color: #64323B;
}
.AnyTagClassName
{
color: #64323B;
}
</style>
background-color css
<style>
a { background-color: #64323B; }
a { background-color: rgb(100,50,59); }
div.DivClassName
{
background-color: #64323B;
}
.BgClassName
{
background-color: #64323B;
}
</style>
border-color css
<style>
span { border-color: #64323B; }
span { border-color: rgb(100,50,59); }
td.TdClassName
{
border-color: #64323B;
}
.TagClassName
{
border-color: #64323B;
}
</style>