Shades of Siren #662B42
Tints of Siren #662B42
RGB
CMYK
RGB Variations
Color information
#662B42 (or 0x662B42) is known color: Siren. HEX triplet: 66, 2B and 42. RGB value is (102,43,66). Sum of RGB (Red+Green+Blue) = 102+43+66=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #662B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B42 is #99D4BD. Grayscale: #3F3F3F. Windows color (decimal): -10081470 or 4336486. OLE color: 4336486.
HSL color Cylindrical-coordinate representation of color #662B42: hue angle of 336.61º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B42 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 66 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.6 |
| HSL | 336.61º | 0.41% | 0.28% | - |
| HSV(B) | 336.61º | 0.58% | 0.4% | - |
| XYZ | 7.33 | 4.95 | 5.72 | - |
| YUV | 63.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 66 | 0 | 0.58 | 0.35 | 0.6 | 336.61 | 0.41 | 0.28 |
| Hex | 66 | 2B | 42 | 0 | 3A | 23 | 3C | 151 | 29 | 1C |
| Octal | 146 | 53 | 102 | 0 | 72 | 43 | 74 | 521 | 51 | 34 |
| Binary | 1100110 | 101011 | 1000010 | 0 | 111010 | 100011 | 111100 | 101010001 | 101001 | 11100 |
Color Harmonies of #662B42
Complementary color
Monochromatic Colors of #662B42
Black with #662B42
Text Example
Text Example
White with #662B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B42; }
p { color: rgb(102,43,66); }
H1.HeaderClassName
{
color: #662B42;
}
.AnyTagClassName
{
color: #662B42;
}
</style>
background-color css
<style>
a { background-color: #662B42; }
a { background-color: rgb(102,43,66); }
div.DivClassName
{
background-color: #662B42;
}
.BgClassName
{
background-color: #662B42;
}
</style>
border-color css
<style>
span { border-color: #662B42; }
span { border-color: rgb(102,43,66); }
td.TdClassName
{
border-color: #662B42;
}
.TagClassName
{
border-color: #662B42;
}
</style>