Shades of Siren #64283C
Tints of Siren #64283C
RGB
CMYK
RGB Variations
Color information
#64283C (or 0x64283C) is known color: Siren. HEX triplet: 64, 28 and 3C. RGB value is (100,40,60). Sum of RGB (Red+Green+Blue) = 100+40+60=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #64283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64283C is #9BD7C3. Grayscale: #3C3C3C. Windows color (decimal): -10213316 or 3942500. OLE color: 3942500.
HSL color Cylindrical-coordinate representation of color #64283C: hue angle of 340º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64283C is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 60 | - |
| CMYK | 0 | 0.6 | 0.4 | 0.61 |
| HSL | 340º | 0.43% | 0.27% | - |
| HSV(B) | 340º | 0.6% | 0.39% | - |
| XYZ | 6.83 | 4.55 | 4.79 | - |
| YUV | 60.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 60 | 0 | 0.6 | 0.4 | 0.61 | 340 | 0.43 | 0.27 |
| Hex | 64 | 28 | 3C | 0 | 3C | 28 | 3D | 154 | 2B | 1B |
| Octal | 144 | 50 | 74 | 0 | 74 | 50 | 75 | 524 | 53 | 33 |
| Binary | 1100100 | 101000 | 111100 | 0 | 111100 | 101000 | 111101 | 101010100 | 101011 | 11011 |
Color Harmonies of #64283C
Complementary color
Monochromatic Colors of #64283C
Black with #64283C
Text Example
Text Example
White with #64283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64283C; }
p { color: rgb(100,40,60); }
H1.HeaderClassName
{
color: #64283C;
}
.AnyTagClassName
{
color: #64283C;
}
</style>
background-color css
<style>
a { background-color: #64283C; }
a { background-color: rgb(100,40,60); }
div.DivClassName
{
background-color: #64283C;
}
.BgClassName
{
background-color: #64283C;
}
</style>
border-color css
<style>
span { border-color: #64283C; }
span { border-color: rgb(100,40,60); }
td.TdClassName
{
border-color: #64283C;
}
.TagClassName
{
border-color: #64283C;
}
</style>