Shades of Siren #67313B
Tints of Siren #67313B
RGB
CMYK
RGB Variations
Color information
#67313B (or 0x67313B) is known color: Siren. HEX triplet: 67, 31 and 3B. RGB value is (103,49,59). Sum of RGB (Red+Green+Blue) = 103+49+59=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67313B is #98CEC4. Grayscale: #424242. Windows color (decimal): -10014405 or 3879271. OLE color: 3879271.
HSL color Cylindrical-coordinate representation of color #67313B: hue angle of 348.89º 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 #67313B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 59 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.60 |
| HSL | 348.89º | 0.36% | 0.3% | - |
| HSV(B) | 348.89º | 0.52% | 0.4% | - |
| XYZ | 7.48 | 5.4 | 4.78 | - |
| YUV | 66.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 59 | 0 | 0.52 | 0.43 | 0.60 | 348.89 | 0.36 | 0.3 |
| Hex | 67 | 31 | 3B | 0 | 34 | 2B | 3C | 15D | 24 | 1E |
| Octal | 147 | 61 | 73 | 0 | 64 | 53 | 74 | 535 | 44 | 36 |
| Binary | 1100111 | 110001 | 111011 | 0 | 110100 | 101011 | 111100 | 101011101 | 100100 | 11110 |
Color Harmonies of #67313B
Complementary color
Monochromatic Colors of #67313B
Black with #67313B
Text Example
Text Example
White with #67313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67313B; }
p { color: rgb(103,49,59); }
H1.HeaderClassName
{
color: #67313B;
}
.AnyTagClassName
{
color: #67313B;
}
</style>
background-color css
<style>
a { background-color: #67313B; }
a { background-color: rgb(103,49,59); }
div.DivClassName
{
background-color: #67313B;
}
.BgClassName
{
background-color: #67313B;
}
</style>
border-color css
<style>
span { border-color: #67313B; }
span { border-color: rgb(103,49,59); }
td.TdClassName
{
border-color: #67313B;
}
.TagClassName
{
border-color: #67313B;
}
</style>