Shades of Siren #65313D
Tints of Siren #65313D
RGB
CMYK
RGB Variations
Color information
#65313D (or 0x65313D) is known color: Siren. HEX triplet: 65, 31 and 3D. RGB value is (101,49,61). Sum of RGB (Red+Green+Blue) = 101+49+61=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65313D is #9ACEC2. Grayscale: #414141. Windows color (decimal): -10145475 or 4010341. OLE color: 4010341.
HSL color Cylindrical-coordinate representation of color #65313D: hue angle of 346.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65313D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 61 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.60 |
| HSL | 346.15º | 0.35% | 0.29% | - |
| HSV(B) | 346.15º | 0.51% | 0.4% | - |
| XYZ | 7.31 | 5.3 | 5.05 | - |
| YUV | 65.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 61 | 0 | 0.51 | 0.40 | 0.60 | 346.15 | 0.35 | 0.29 |
| Hex | 65 | 31 | 3D | 0 | 33 | 28 | 3C | 15A | 23 | 1D |
| Octal | 145 | 61 | 75 | 0 | 63 | 50 | 74 | 532 | 43 | 35 |
| Binary | 1100101 | 110001 | 111101 | 0 | 110011 | 101000 | 111100 | 101011010 | 100011 | 11101 |
Color Harmonies of #65313D
Complementary color
Monochromatic Colors of #65313D
Black with #65313D
Text Example
Text Example
White with #65313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65313D; }
p { color: rgb(101,49,61); }
H1.HeaderClassName
{
color: #65313D;
}
.AnyTagClassName
{
color: #65313D;
}
</style>
background-color css
<style>
a { background-color: #65313D; }
a { background-color: rgb(101,49,61); }
div.DivClassName
{
background-color: #65313D;
}
.BgClassName
{
background-color: #65313D;
}
</style>
border-color css
<style>
span { border-color: #65313D; }
span { border-color: rgb(101,49,61); }
td.TdClassName
{
border-color: #65313D;
}
.TagClassName
{
border-color: #65313D;
}
</style>