Shades of Siren #64323C
Tints of Siren #64323C
RGB
CMYK
RGB Variations
Color information
#64323C (or 0x64323C) is known color: Siren. HEX triplet: 64, 32 and 3C. RGB value is (100,50,60). Sum of RGB (Red+Green+Blue) = 100+50+60=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64323C is #9BCDC3. Grayscale: #424242. Windows color (decimal): -10210756 or 3945060. OLE color: 3945060.
HSL color Cylindrical-coordinate representation of color #64323C: hue angle of 348º 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 #64323C is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 60 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.61 |
| HSL | 348º | 0.33% | 0.29% | - |
| HSV(B) | 348º | 0.5% | 0.39% | - |
| XYZ | 7.21 | 5.32 | 4.92 | - |
| YUV | 66.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 60 | 0 | 0.50 | 0.4 | 0.61 | 348 | 0.33 | 0.29 |
| Hex | 64 | 32 | 3C | 0 | 32 | 28 | 3D | 15C | 21 | 1D |
| Octal | 144 | 62 | 74 | 0 | 62 | 50 | 75 | 534 | 41 | 35 |
| Binary | 1100100 | 110010 | 111100 | 0 | 110010 | 101000 | 111101 | 101011100 | 100001 | 11101 |
Color Harmonies of #64323C
Complementary color
Monochromatic Colors of #64323C
Black with #64323C
Text Example
Text Example
White with #64323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64323C; }
p { color: rgb(100,50,60); }
H1.HeaderClassName
{
color: #64323C;
}
.AnyTagClassName
{
color: #64323C;
}
</style>
background-color css
<style>
a { background-color: #64323C; }
a { background-color: rgb(100,50,60); }
div.DivClassName
{
background-color: #64323C;
}
.BgClassName
{
background-color: #64323C;
}
</style>
border-color css
<style>
span { border-color: #64323C; }
span { border-color: rgb(100,50,60); }
td.TdClassName
{
border-color: #64323C;
}
.TagClassName
{
border-color: #64323C;
}
</style>