Shades of Siren #65213B
Tints of Siren #65213B
RGB
CMYK
RGB Variations
Color information
#65213B (or 0x65213B) is known color: Siren. HEX triplet: 65, 21 and 3B. RGB value is (101,33,59). Sum of RGB (Red+Green+Blue) = 101+33+59=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65213B is #9ADEC4. Grayscale: #383838. Windows color (decimal): -10149573 or 3875173. OLE color: 3875173.
HSL color Cylindrical-coordinate representation of color #65213B: hue angle of 337.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65213B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 59 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.60 |
| HSL | 337.06º | 0.51% | 0.26% | - |
| HSV(B) | 337.06º | 0.67% | 0.4% | - |
| XYZ | 6.7 | 4.17 | 4.59 | - |
| YUV | 56.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 59 | 0 | 0.67 | 0.42 | 0.60 | 337.06 | 0.51 | 0.26 |
| Hex | 65 | 21 | 3B | 0 | 43 | 2A | 3C | 151 | 33 | 1A |
| Octal | 145 | 41 | 73 | 0 | 103 | 52 | 74 | 521 | 63 | 32 |
| Binary | 1100101 | 100001 | 111011 | 0 | 1000011 | 101010 | 111100 | 101010001 | 110011 | 11010 |
Color Harmonies of #65213B
Complementary color
Monochromatic Colors of #65213B
Black with #65213B
Text Example
Text Example
White with #65213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65213B; }
p { color: rgb(101,33,59); }
H1.HeaderClassName
{
color: #65213B;
}
.AnyTagClassName
{
color: #65213B;
}
</style>
background-color css
<style>
a { background-color: #65213B; }
a { background-color: rgb(101,33,59); }
div.DivClassName
{
background-color: #65213B;
}
.BgClassName
{
background-color: #65213B;
}
</style>
border-color css
<style>
span { border-color: #65213B; }
span { border-color: rgb(101,33,59); }
td.TdClassName
{
border-color: #65213B;
}
.TagClassName
{
border-color: #65213B;
}
</style>