Shades of Siren #64263A
Tints of Siren #64263A
RGB
CMYK
RGB Variations
Color information
#64263A (or 0x64263A) is known color: Siren. HEX triplet: 64, 26 and 3A. RGB value is (100,38,58). Sum of RGB (Red+Green+Blue) = 100+38+58=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64263A is #9BD9C5. Grayscale: #3A3A3A. Windows color (decimal): -10213830 or 3810916. OLE color: 3810916.
HSL color Cylindrical-coordinate representation of color #64263A: hue angle of 340.65º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64263A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 58 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.61 |
| HSL | 340.65º | 0.45% | 0.27% | - |
| HSV(B) | 340.65º | 0.62% | 0.39% | - |
| XYZ | 6.71 | 4.4 | 4.5 | - |
| YUV | 58.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 58 | 0 | 0.62 | 0.42 | 0.61 | 340.65 | 0.45 | 0.27 |
| Hex | 64 | 26 | 3A | 0 | 3E | 2A | 3D | 155 | 2D | 1B |
| Octal | 144 | 46 | 72 | 0 | 76 | 52 | 75 | 525 | 55 | 33 |
| Binary | 1100100 | 100110 | 111010 | 0 | 111110 | 101010 | 111101 | 101010101 | 101101 | 11011 |
Color Harmonies of #64263A
Complementary color
Monochromatic Colors of #64263A
Black with #64263A
Text Example
Text Example
White with #64263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64263A; }
p { color: rgb(100,38,58); }
H1.HeaderClassName
{
color: #64263A;
}
.AnyTagClassName
{
color: #64263A;
}
</style>
background-color css
<style>
a { background-color: #64263A; }
a { background-color: rgb(100,38,58); }
div.DivClassName
{
background-color: #64263A;
}
.BgClassName
{
background-color: #64263A;
}
</style>
border-color css
<style>
span { border-color: #64263A; }
span { border-color: rgb(100,38,58); }
td.TdClassName
{
border-color: #64263A;
}
.TagClassName
{
border-color: #64263A;
}
</style>