Shades of Siren #662A38
Tints of Siren #662A38
RGB
CMYK
RGB Variations
Color information
#662A38 (or 0x662A38) is known color: Siren. HEX triplet: 66, 2A and 38. RGB value is (102,42,56). Sum of RGB (Red+Green+Blue) = 102+42+56=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A38 is #99D5C7. Grayscale: #3D3D3D. Windows color (decimal): -10081736 or 3680870. OLE color: 3680870.
HSL color Cylindrical-coordinate representation of color #662A38: hue angle of 346º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A38 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 56 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.6 |
| HSL | 346º | 0.42% | 0.28% | - |
| HSV(B) | 346º | 0.59% | 0.4% | - |
| XYZ | 7.02 | 4.77 | 4.29 | - |
| YUV | 61.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 56 | 0 | 0.59 | 0.45 | 0.6 | 346 | 0.42 | 0.28 |
| Hex | 66 | 2A | 38 | 0 | 3B | 2D | 3C | 15A | 2A | 1C |
| Octal | 146 | 52 | 70 | 0 | 73 | 55 | 74 | 532 | 52 | 34 |
| Binary | 1100110 | 101010 | 111000 | 0 | 111011 | 101101 | 111100 | 101011010 | 101010 | 11100 |
Color Harmonies of #662A38
Complementary color
Monochromatic Colors of #662A38
Black with #662A38
Text Example
Text Example
White with #662A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A38; }
p { color: rgb(102,42,56); }
H1.HeaderClassName
{
color: #662A38;
}
.AnyTagClassName
{
color: #662A38;
}
</style>
background-color css
<style>
a { background-color: #662A38; }
a { background-color: rgb(102,42,56); }
div.DivClassName
{
background-color: #662A38;
}
.BgClassName
{
background-color: #662A38;
}
</style>
border-color css
<style>
span { border-color: #662A38; }
span { border-color: rgb(102,42,56); }
td.TdClassName
{
border-color: #662A38;
}
.TagClassName
{
border-color: #662A38;
}
</style>