Shades of Siren #65233C
Tints of Siren #65233C
RGB
CMYK
RGB Variations
Color information
#65233C (or 0x65233C) is known color: Siren. HEX triplet: 65, 23 and 3C. RGB value is (101,35,60). Sum of RGB (Red+Green+Blue) = 101+35+60=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65233C is #9ADCC3. Grayscale: #393939. Windows color (decimal): -10149060 or 3941221. OLE color: 3941221.
HSL color Cylindrical-coordinate representation of color #65233C: hue angle of 337.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65233C is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 60 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.60 |
| HSL | 337.27º | 0.49% | 0.27% | - |
| HSV(B) | 337.27º | 0.65% | 0.4% | - |
| XYZ | 6.78 | 4.3 | 4.75 | - |
| YUV | 57.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 60 | 0 | 0.65 | 0.41 | 0.60 | 337.27 | 0.49 | 0.27 |
| Hex | 65 | 23 | 3C | 0 | 41 | 29 | 3C | 151 | 31 | 1B |
| Octal | 145 | 43 | 74 | 0 | 101 | 51 | 74 | 521 | 61 | 33 |
| Binary | 1100101 | 100011 | 111100 | 0 | 1000001 | 101001 | 111100 | 101010001 | 110001 | 11011 |
Color Harmonies of #65233C
Complementary color
Monochromatic Colors of #65233C
Black with #65233C
Text Example
Text Example
White with #65233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65233C; }
p { color: rgb(101,35,60); }
H1.HeaderClassName
{
color: #65233C;
}
.AnyTagClassName
{
color: #65233C;
}
</style>
background-color css
<style>
a { background-color: #65233C; }
a { background-color: rgb(101,35,60); }
div.DivClassName
{
background-color: #65233C;
}
.BgClassName
{
background-color: #65233C;
}
</style>
border-color css
<style>
span { border-color: #65233C; }
span { border-color: rgb(101,35,60); }
td.TdClassName
{
border-color: #65233C;
}
.TagClassName
{
border-color: #65233C;
}
</style>