Shades of Siren #65303F
Tints of Siren #65303F
RGB
CMYK
RGB Variations
Color information
#65303F (or 0x65303F) is known color: Siren. HEX triplet: 65, 30 and 3F. RGB value is (101,48,63). Sum of RGB (Red+Green+Blue) = 101+48+63=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65303F is #9ACFC0. Grayscale: #414141. Windows color (decimal): -10145729 or 4141157. OLE color: 4141157.
HSL color Cylindrical-coordinate representation of color #65303F: hue angle of 343.02º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65303F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 63 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.60 |
| HSL | 343.02º | 0.36% | 0.29% | - |
| HSV(B) | 343.02º | 0.52% | 0.4% | - |
| XYZ | 7.32 | 5.24 | 5.33 | - |
| YUV | 65.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 63 | 0 | 0.52 | 0.38 | 0.60 | 343.02 | 0.36 | 0.29 |
| Hex | 65 | 30 | 3F | 0 | 34 | 26 | 3C | 157 | 24 | 1D |
| Octal | 145 | 60 | 77 | 0 | 64 | 46 | 74 | 527 | 44 | 35 |
| Binary | 1100101 | 110000 | 111111 | 0 | 110100 | 100110 | 111100 | 101010111 | 100100 | 11101 |
Color Harmonies of #65303F
Complementary color
Monochromatic Colors of #65303F
Black with #65303F
Text Example
Text Example
White with #65303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65303F; }
p { color: rgb(101,48,63); }
H1.HeaderClassName
{
color: #65303F;
}
.AnyTagClassName
{
color: #65303F;
}
</style>
background-color css
<style>
a { background-color: #65303F; }
a { background-color: rgb(101,48,63); }
div.DivClassName
{
background-color: #65303F;
}
.BgClassName
{
background-color: #65303F;
}
</style>
border-color css
<style>
span { border-color: #65303F; }
span { border-color: rgb(101,48,63); }
td.TdClassName
{
border-color: #65303F;
}
.TagClassName
{
border-color: #65303F;
}
</style>