Shades of Siren #65313C
Tints of Siren #65313C
RGB
CMYK
RGB Variations
Color information
#65313C (or 0x65313C) is known color: Siren. HEX triplet: 65, 31 and 3C. RGB value is (101,49,60). Sum of RGB (Red+Green+Blue) = 101+49+60=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65313C is #9ACEC3. Grayscale: #414141. Windows color (decimal): -10145476 or 3944805. OLE color: 3944805.
HSL color Cylindrical-coordinate representation of color #65313C: hue angle of 347.31º 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 #65313C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 60 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.60 |
| HSL | 347.31º | 0.35% | 0.29% | - |
| HSV(B) | 347.31º | 0.51% | 0.4% | - |
| XYZ | 7.28 | 5.29 | 4.91 | - |
| YUV | 65.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 60 | 0 | 0.51 | 0.41 | 0.60 | 347.31 | 0.35 | 0.29 |
| Hex | 65 | 31 | 3C | 0 | 33 | 29 | 3C | 15B | 23 | 1D |
| Octal | 145 | 61 | 74 | 0 | 63 | 51 | 74 | 533 | 43 | 35 |
| Binary | 1100101 | 110001 | 111100 | 0 | 110011 | 101001 | 111100 | 101011011 | 100011 | 11101 |
Color Harmonies of #65313C
Complementary color
Monochromatic Colors of #65313C
Black with #65313C
Text Example
Text Example
White with #65313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65313C; }
p { color: rgb(101,49,60); }
H1.HeaderClassName
{
color: #65313C;
}
.AnyTagClassName
{
color: #65313C;
}
</style>
background-color css
<style>
a { background-color: #65313C; }
a { background-color: rgb(101,49,60); }
div.DivClassName
{
background-color: #65313C;
}
.BgClassName
{
background-color: #65313C;
}
</style>
border-color css
<style>
span { border-color: #65313C; }
span { border-color: rgb(101,49,60); }
td.TdClassName
{
border-color: #65313C;
}
.TagClassName
{
border-color: #65313C;
}
</style>