Shades of Siren #66313F
Tints of Siren #66313F
RGB
CMYK
RGB Variations
Color information
#66313F (or 0x66313F) is known color: Siren. HEX triplet: 66, 31 and 3F. RGB value is (102,49,63). Sum of RGB (Red+Green+Blue) = 102+49+63=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66313F is #99CEC0. Grayscale: #424242. Windows color (decimal): -10079937 or 4141414. OLE color: 4141414.
HSL color Cylindrical-coordinate representation of color #66313F: hue angle of 344.15º 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 #66313F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 63 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.6 |
| HSL | 344.15º | 0.35% | 0.3% | - |
| HSV(B) | 344.15º | 0.52% | 0.4% | - |
| XYZ | 7.48 | 5.38 | 5.35 | - |
| YUV | 66.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 63 | 0 | 0.52 | 0.38 | 0.6 | 344.15 | 0.35 | 0.3 |
| Hex | 66 | 31 | 3F | 0 | 34 | 26 | 3C | 158 | 23 | 1E |
| Octal | 146 | 61 | 77 | 0 | 64 | 46 | 74 | 530 | 43 | 36 |
| Binary | 1100110 | 110001 | 111111 | 0 | 110100 | 100110 | 111100 | 101011000 | 100011 | 11110 |
Color Harmonies of #66313F
Complementary color
Monochromatic Colors of #66313F
Black with #66313F
Text Example
Text Example
White with #66313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66313F; }
p { color: rgb(102,49,63); }
H1.HeaderClassName
{
color: #66313F;
}
.AnyTagClassName
{
color: #66313F;
}
</style>
background-color css
<style>
a { background-color: #66313F; }
a { background-color: rgb(102,49,63); }
div.DivClassName
{
background-color: #66313F;
}
.BgClassName
{
background-color: #66313F;
}
</style>
border-color css
<style>
span { border-color: #66313F; }
span { border-color: rgb(102,49,63); }
td.TdClassName
{
border-color: #66313F;
}
.TagClassName
{
border-color: #66313F;
}
</style>