Shades of Rustic Red #410619
Tints of Rustic Red #410619
RGB
CMYK
RGB Variations
Color information
#410619 (or 0x410619) is known color: Rustic Red. HEX triplet: 41, 06 and 19. RGB value is (65,6,25). Sum of RGB (Red+Green+Blue) = 65+6+25=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410619 is #BEF9E6. Grayscale: #191919. Windows color (decimal): -12515815 or 1640001. OLE color: 1640001.
HSL color Cylindrical-coordinate representation of color #410619: hue angle of 340.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410619 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 25 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.75 |
| HSL | 340.68º | 0.83% | 0.14% | - |
| HSV(B) | 340.68º | 0.91% | 0.25% | - |
| XYZ | 2.42 | 1.32 | 1.05 | - |
| YUV | 25.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 25 | 0 | 0.91 | 0.62 | 0.75 | 340.68 | 0.83 | 0.14 |
| Hex | 41 | 6 | 19 | 0 | 5B | 3E | 4B | 155 | 53 | E |
| Octal | 101 | 6 | 31 | 0 | 133 | 76 | 113 | 525 | 123 | 16 |
| Binary | 1000001 | 110 | 11001 | 0 | 1011011 | 111110 | 1001011 | 101010101 | 1010011 | 1110 |
Color Harmonies of #410619
Complementary color
Monochromatic Colors of #410619
Black with #410619
Text Example
Text Example
White with #410619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410619; }
p { color: rgb(65,6,25); }
H1.HeaderClassName
{
color: #410619;
}
.AnyTagClassName
{
color: #410619;
}
</style>
background-color css
<style>
a { background-color: #410619; }
a { background-color: rgb(65,6,25); }
div.DivClassName
{
background-color: #410619;
}
.BgClassName
{
background-color: #410619;
}
</style>
border-color css
<style>
span { border-color: #410619; }
span { border-color: rgb(65,6,25); }
td.TdClassName
{
border-color: #410619;
}
.TagClassName
{
border-color: #410619;
}
</style>