Shades of Siren #65313F
Tints of Siren #65313F
RGB
CMYK
RGB Variations
Color information
#65313F (or 0x65313F) is known color: Siren. HEX triplet: 65, 31 and 3F. RGB value is (101,49,63). Sum of RGB (Red+Green+Blue) = 101+49+63=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65313F is #9ACEC0. Grayscale: #424242. Windows color (decimal): -10145473 or 4141413. OLE color: 4141413.
HSL color Cylindrical-coordinate representation of color #65313F: hue angle of 343.85º 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 #65313F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 63 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.60 |
| HSL | 343.85º | 0.35% | 0.29% | - |
| HSV(B) | 343.85º | 0.51% | 0.4% | - |
| XYZ | 7.36 | 5.32 | 5.34 | - |
| YUV | 66.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 63 | 0 | 0.51 | 0.38 | 0.60 | 343.85 | 0.35 | 0.29 |
| Hex | 65 | 31 | 3F | 0 | 33 | 26 | 3C | 158 | 23 | 1D |
| Octal | 145 | 61 | 77 | 0 | 63 | 46 | 74 | 530 | 43 | 35 |
| Binary | 1100101 | 110001 | 111111 | 0 | 110011 | 100110 | 111100 | 101011000 | 100011 | 11101 |
Color Harmonies of #65313F
Complementary color
Monochromatic Colors of #65313F
Black with #65313F
Text Example
Text Example
White with #65313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65313F; }
p { color: rgb(101,49,63); }
H1.HeaderClassName
{
color: #65313F;
}
.AnyTagClassName
{
color: #65313F;
}
</style>
background-color css
<style>
a { background-color: #65313F; }
a { background-color: rgb(101,49,63); }
div.DivClassName
{
background-color: #65313F;
}
.BgClassName
{
background-color: #65313F;
}
</style>
border-color css
<style>
span { border-color: #65313F; }
span { border-color: rgb(101,49,63); }
td.TdClassName
{
border-color: #65313F;
}
.TagClassName
{
border-color: #65313F;
}
</style>