Shades of Siren #65333F
Tints of Siren #65333F
RGB
CMYK
RGB Variations
Color information
#65333F (or 0x65333F) is known color: Siren. HEX triplet: 65, 33 and 3F. RGB value is (101,51,63). Sum of RGB (Red+Green+Blue) = 101+51+63=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65333F is #9ACCC0. Grayscale: #434343. Windows color (decimal): -10144961 or 4141925. OLE color: 4141925.
HSL color Cylindrical-coordinate representation of color #65333F: hue angle of 345.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65333F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 63 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.60 |
| HSL | 345.6º | 0.33% | 0.3% | - |
| HSV(B) | 345.6º | 0.5% | 0.4% | - |
| XYZ | 7.45 | 5.49 | 5.37 | - |
| YUV | 67.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 63 | 0 | 0.50 | 0.38 | 0.60 | 345.6 | 0.33 | 0.3 |
| Hex | 65 | 33 | 3F | 0 | 32 | 26 | 3C | 15A | 21 | 1E |
| Octal | 145 | 63 | 77 | 0 | 62 | 46 | 74 | 532 | 41 | 36 |
| Binary | 1100101 | 110011 | 111111 | 0 | 110010 | 100110 | 111100 | 101011010 | 100001 | 11110 |
Color Harmonies of #65333F
Complementary color
Monochromatic Colors of #65333F
Black with #65333F
Text Example
Text Example
White with #65333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65333F; }
p { color: rgb(101,51,63); }
H1.HeaderClassName
{
color: #65333F;
}
.AnyTagClassName
{
color: #65333F;
}
</style>
background-color css
<style>
a { background-color: #65333F; }
a { background-color: rgb(101,51,63); }
div.DivClassName
{
background-color: #65333F;
}
.BgClassName
{
background-color: #65333F;
}
</style>
border-color css
<style>
span { border-color: #65333F; }
span { border-color: rgb(101,51,63); }
td.TdClassName
{
border-color: #65333F;
}
.TagClassName
{
border-color: #65333F;
}
</style>