Shades of Siren #67313C
Tints of Siren #67313C
RGB
CMYK
RGB Variations
Color information
#67313C (or 0x67313C) is known color: Siren. HEX triplet: 67, 31 and 3C. RGB value is (103,49,60). Sum of RGB (Red+Green+Blue) = 103+49+60=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67313C is #98CEC3. Grayscale: #424242. Windows color (decimal): -10014404 or 3944807. OLE color: 3944807.
HSL color Cylindrical-coordinate representation of color #67313C: hue angle of 347.78º degrees, saturation: 0.36, 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 #67313C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 60 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.60 |
| HSL | 347.78º | 0.36% | 0.3% | - |
| HSV(B) | 347.78º | 0.52% | 0.4% | - |
| XYZ | 7.51 | 5.41 | 4.92 | - |
| YUV | 66.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 60 | 0 | 0.52 | 0.42 | 0.60 | 347.78 | 0.36 | 0.3 |
| Hex | 67 | 31 | 3C | 0 | 34 | 2A | 3C | 15C | 24 | 1E |
| Octal | 147 | 61 | 74 | 0 | 64 | 52 | 74 | 534 | 44 | 36 |
| Binary | 1100111 | 110001 | 111100 | 0 | 110100 | 101010 | 111100 | 101011100 | 100100 | 11110 |
Color Harmonies of #67313C
Complementary color
Monochromatic Colors of #67313C
Black with #67313C
Text Example
Text Example
White with #67313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67313C; }
p { color: rgb(103,49,60); }
H1.HeaderClassName
{
color: #67313C;
}
.AnyTagClassName
{
color: #67313C;
}
</style>
background-color css
<style>
a { background-color: #67313C; }
a { background-color: rgb(103,49,60); }
div.DivClassName
{
background-color: #67313C;
}
.BgClassName
{
background-color: #67313C;
}
</style>
border-color css
<style>
span { border-color: #67313C; }
span { border-color: rgb(103,49,60); }
td.TdClassName
{
border-color: #67313C;
}
.TagClassName
{
border-color: #67313C;
}
</style>