Shades of Siren #64353D
Tints of Siren #64353D
RGB
CMYK
RGB Variations
Color information
#64353D (or 0x64353D) is known color: Siren. HEX triplet: 64, 35 and 3D. RGB value is (100,53,61). Sum of RGB (Red+Green+Blue) = 100+53+61=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64353D is #9BCAC2. Grayscale: #434343. Windows color (decimal): -10209987 or 4011364. OLE color: 4011364.
HSL color Cylindrical-coordinate representation of color #64353D: hue angle of 349.79º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64353D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 61 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.61 |
| HSL | 349.79º | 0.31% | 0.3% | - |
| HSV(B) | 349.79º | 0.47% | 0.39% | - |
| XYZ | 7.37 | 5.59 | 5.11 | - |
| YUV | 67.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 61 | 0 | 0.47 | 0.39 | 0.61 | 349.79 | 0.31 | 0.3 |
| Hex | 64 | 35 | 3D | 0 | 2F | 27 | 3D | 15E | 1F | 1E |
| Octal | 144 | 65 | 75 | 0 | 57 | 47 | 75 | 536 | 37 | 36 |
| Binary | 1100100 | 110101 | 111101 | 0 | 101111 | 100111 | 111101 | 101011110 | 11111 | 11110 |
Color Harmonies of #64353D
Complementary color
Monochromatic Colors of #64353D
Black with #64353D
Text Example
Text Example
White with #64353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64353D; }
p { color: rgb(100,53,61); }
H1.HeaderClassName
{
color: #64353D;
}
.AnyTagClassName
{
color: #64353D;
}
</style>
background-color css
<style>
a { background-color: #64353D; }
a { background-color: rgb(100,53,61); }
div.DivClassName
{
background-color: #64353D;
}
.BgClassName
{
background-color: #64353D;
}
</style>
border-color css
<style>
span { border-color: #64353D; }
span { border-color: rgb(100,53,61); }
td.TdClassName
{
border-color: #64353D;
}
.TagClassName
{
border-color: #64353D;
}
</style>