Shades of Siren #672A42
Tints of Siren #672A42
RGB
CMYK
RGB Variations
Color information
#672A42 (or 0x672A42) is known color: Siren. HEX triplet: 67, 2A and 42. RGB value is (103,42,66). Sum of RGB (Red+Green+Blue) = 103+42+66=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #672A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A42 is #98D5BD. Grayscale: #3E3E3E. Windows color (decimal): -10016190 or 4336231. OLE color: 4336231.
HSL color Cylindrical-coordinate representation of color #672A42: hue angle of 336.39º 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 #672A42 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 66 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.60 |
| HSL | 336.39º | 0.42% | 0.28% | - |
| HSV(B) | 336.39º | 0.59% | 0.4% | - |
| XYZ | 7.4 | 4.93 | 5.72 | - |
| YUV | 62.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 66 | 0 | 0.59 | 0.36 | 0.60 | 336.39 | 0.42 | 0.28 |
| Hex | 67 | 2A | 42 | 0 | 3B | 24 | 3C | 150 | 2A | 1C |
| Octal | 147 | 52 | 102 | 0 | 73 | 44 | 74 | 520 | 52 | 34 |
| Binary | 1100111 | 101010 | 1000010 | 0 | 111011 | 100100 | 111100 | 101010000 | 101010 | 11100 |
Color Harmonies of #672A42
Complementary color
Monochromatic Colors of #672A42
Black with #672A42
Text Example
Text Example
White with #672A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A42; }
p { color: rgb(103,42,66); }
H1.HeaderClassName
{
color: #672A42;
}
.AnyTagClassName
{
color: #672A42;
}
</style>
background-color css
<style>
a { background-color: #672A42; }
a { background-color: rgb(103,42,66); }
div.DivClassName
{
background-color: #672A42;
}
.BgClassName
{
background-color: #672A42;
}
</style>
border-color css
<style>
span { border-color: #672A42; }
span { border-color: rgb(103,42,66); }
td.TdClassName
{
border-color: #672A42;
}
.TagClassName
{
border-color: #672A42;
}
</style>