Shades of Siren #66313E
Tints of Siren #66313E
RGB
CMYK
RGB Variations
Color information
#66313E (or 0x66313E) is known color: Siren. HEX triplet: 66, 31 and 3E. RGB value is (102,49,62). Sum of RGB (Red+Green+Blue) = 102+49+62=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66313E is #99CEC1. Grayscale: #424242. Windows color (decimal): -10079938 or 4075878. OLE color: 4075878.
HSL color Cylindrical-coordinate representation of color #66313E: hue angle of 345.28º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66313E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 62 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.6 |
| HSL | 345.28º | 0.35% | 0.3% | - |
| HSV(B) | 345.28º | 0.52% | 0.4% | - |
| XYZ | 7.45 | 5.37 | 5.2 | - |
| YUV | 66.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 62 | 0 | 0.52 | 0.39 | 0.6 | 345.28 | 0.35 | 0.3 |
| Hex | 66 | 31 | 3E | 0 | 34 | 27 | 3C | 159 | 23 | 1E |
| Octal | 146 | 61 | 76 | 0 | 64 | 47 | 74 | 531 | 43 | 36 |
| Binary | 1100110 | 110001 | 111110 | 0 | 110100 | 100111 | 111100 | 101011001 | 100011 | 11110 |
Color Harmonies of #66313E
Complementary color
Monochromatic Colors of #66313E
Black with #66313E
Text Example
Text Example
White with #66313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66313E; }
p { color: rgb(102,49,62); }
H1.HeaderClassName
{
color: #66313E;
}
.AnyTagClassName
{
color: #66313E;
}
</style>
background-color css
<style>
a { background-color: #66313E; }
a { background-color: rgb(102,49,62); }
div.DivClassName
{
background-color: #66313E;
}
.BgClassName
{
background-color: #66313E;
}
</style>
border-color css
<style>
span { border-color: #66313E; }
span { border-color: rgb(102,49,62); }
td.TdClassName
{
border-color: #66313E;
}
.TagClassName
{
border-color: #66313E;
}
</style>