Shades of Siren #65353E
Tints of Siren #65353E
RGB
CMYK
RGB Variations
Color information
#65353E (or 0x65353E) is known color: Siren. HEX triplet: 65, 35 and 3E. RGB value is (101,53,62). Sum of RGB (Red+Green+Blue) = 101+53+62=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353E is #9ACAC1. Grayscale: #444444. Windows color (decimal): -10144450 or 4076901. OLE color: 4076901.
HSL color Cylindrical-coordinate representation of color #65353E: hue angle of 348.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65353E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 53 | 62 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.60 |
| HSL | 348.75º | 0.31% | 0.3% | - |
| HSV(B) | 348.75º | 0.48% | 0.4% | - |
| XYZ | 7.51 | 5.66 | 5.25 | - |
| YUV | 68.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 62 | 0 | 0.48 | 0.39 | 0.60 | 348.75 | 0.31 | 0.3 |
| Hex | 65 | 35 | 3E | 0 | 30 | 27 | 3C | 15D | 1F | 1E |
| Octal | 145 | 65 | 76 | 0 | 60 | 47 | 74 | 535 | 37 | 36 |
| Binary | 1100101 | 110101 | 111110 | 0 | 110000 | 100111 | 111100 | 101011101 | 11111 | 11110 |
Color Harmonies of #65353E
Complementary color
Monochromatic Colors of #65353E
Black with #65353E
Text Example
Text Example
White with #65353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65353E; }
p { color: rgb(101,53,62); }
H1.HeaderClassName
{
color: #65353E;
}
.AnyTagClassName
{
color: #65353E;
}
</style>
background-color css
<style>
a { background-color: #65353E; }
a { background-color: rgb(101,53,62); }
div.DivClassName
{
background-color: #65353E;
}
.BgClassName
{
background-color: #65353E;
}
</style>
border-color css
<style>
span { border-color: #65353E; }
span { border-color: rgb(101,53,62); }
td.TdClassName
{
border-color: #65353E;
}
.TagClassName
{
border-color: #65353E;
}
</style>