Shades of Siren #65313B
Tints of Siren #65313B
RGB
CMYK
RGB Variations
Color information
#65313B (or 0x65313B) is known color: Siren. HEX triplet: 65, 31 and 3B. RGB value is (101,49,59). Sum of RGB (Red+Green+Blue) = 101+49+59=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65313B is #9ACEC4. Grayscale: #414141. Windows color (decimal): -10145477 or 3879269. OLE color: 3879269.
HSL color Cylindrical-coordinate representation of color #65313B: hue angle of 348.46º 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 #65313B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 59 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.60 |
| HSL | 348.46º | 0.35% | 0.29% | - |
| HSV(B) | 348.46º | 0.51% | 0.4% | - |
| XYZ | 7.25 | 5.28 | 4.77 | - |
| YUV | 65.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 59 | 0 | 0.51 | 0.42 | 0.60 | 348.46 | 0.35 | 0.29 |
| Hex | 65 | 31 | 3B | 0 | 33 | 2A | 3C | 15C | 23 | 1D |
| Octal | 145 | 61 | 73 | 0 | 63 | 52 | 74 | 534 | 43 | 35 |
| Binary | 1100101 | 110001 | 111011 | 0 | 110011 | 101010 | 111100 | 101011100 | 100011 | 11101 |
Color Harmonies of #65313B
Complementary color
Monochromatic Colors of #65313B
Black with #65313B
Text Example
Text Example
White with #65313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65313B; }
p { color: rgb(101,49,59); }
H1.HeaderClassName
{
color: #65313B;
}
.AnyTagClassName
{
color: #65313B;
}
</style>
background-color css
<style>
a { background-color: #65313B; }
a { background-color: rgb(101,49,59); }
div.DivClassName
{
background-color: #65313B;
}
.BgClassName
{
background-color: #65313B;
}
</style>
border-color css
<style>
span { border-color: #65313B; }
span { border-color: rgb(101,49,59); }
td.TdClassName
{
border-color: #65313B;
}
.TagClassName
{
border-color: #65313B;
}
</style>