Shades of Siren #661D38
Tints of Siren #661D38
RGB
CMYK
RGB Variations
Color information
#661D38 (or 0x661D38) is known color: Siren. HEX triplet: 66, 1D and 38. RGB value is (102,29,56). Sum of RGB (Red+Green+Blue) = 102+29+56=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D38 is #99E2C7. Grayscale: #353535. Windows color (decimal): -10085064 or 3677542. OLE color: 3677542.
HSL color Cylindrical-coordinate representation of color #661D38: hue angle of 337.81º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D38 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 56 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.6 |
| HSL | 337.81º | 0.56% | 0.26% | - |
| HSV(B) | 337.81º | 0.72% | 0.4% | - |
| XYZ | 6.63 | 3.99 | 4.16 | - |
| YUV | 53.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 56 | 0 | 0.72 | 0.45 | 0.6 | 337.81 | 0.56 | 0.26 |
| Hex | 66 | 1D | 38 | 0 | 48 | 2D | 3C | 152 | 38 | 1A |
| Octal | 146 | 35 | 70 | 0 | 110 | 55 | 74 | 522 | 70 | 32 |
| Binary | 1100110 | 11101 | 111000 | 0 | 1001000 | 101101 | 111100 | 101010010 | 111000 | 11010 |
Color Harmonies of #661D38
Complementary color
Monochromatic Colors of #661D38
Black with #661D38
Text Example
Text Example
White with #661D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D38; }
p { color: rgb(102,29,56); }
H1.HeaderClassName
{
color: #661D38;
}
.AnyTagClassName
{
color: #661D38;
}
</style>
background-color css
<style>
a { background-color: #661D38; }
a { background-color: rgb(102,29,56); }
div.DivClassName
{
background-color: #661D38;
}
.BgClassName
{
background-color: #661D38;
}
</style>
border-color css
<style>
span { border-color: #661D38; }
span { border-color: rgb(102,29,56); }
td.TdClassName
{
border-color: #661D38;
}
.TagClassName
{
border-color: #661D38;
}
</style>