Shades of Siren #63313D
Tints of Siren #63313D
RGB
CMYK
RGB Variations
Color information
#63313D (or 0x63313D) is known color: Siren. HEX triplet: 63, 31 and 3D. RGB value is (99,49,61). Sum of RGB (Red+Green+Blue) = 99+49+61=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63313D is #9CCEC2. Grayscale: #414141. Windows color (decimal): -10276547 or 4010339. OLE color: 4010339.
HSL color Cylindrical-coordinate representation of color #63313D: hue angle of 345.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63313D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 61 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.61 |
| HSL | 345.6º | 0.34% | 0.29% | - |
| HSV(B) | 345.6º | 0.51% | 0.39% | - |
| XYZ | 7.09 | 5.19 | 5.04 | - |
| YUV | 65.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 61 | 0 | 0.51 | 0.38 | 0.61 | 345.6 | 0.34 | 0.29 |
| Hex | 63 | 31 | 3D | 0 | 33 | 26 | 3D | 15A | 22 | 1D |
| Octal | 143 | 61 | 75 | 0 | 63 | 46 | 75 | 532 | 42 | 35 |
| Binary | 1100011 | 110001 | 111101 | 0 | 110011 | 100110 | 111101 | 101011010 | 100010 | 11101 |
Color Harmonies of #63313D
Complementary color
Monochromatic Colors of #63313D
Black with #63313D
Text Example
Text Example
White with #63313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63313D; }
p { color: rgb(99,49,61); }
H1.HeaderClassName
{
color: #63313D;
}
.AnyTagClassName
{
color: #63313D;
}
</style>
background-color css
<style>
a { background-color: #63313D; }
a { background-color: rgb(99,49,61); }
div.DivClassName
{
background-color: #63313D;
}
.BgClassName
{
background-color: #63313D;
}
</style>
border-color css
<style>
span { border-color: #63313D; }
span { border-color: rgb(99,49,61); }
td.TdClassName
{
border-color: #63313D;
}
.TagClassName
{
border-color: #63313D;
}
</style>