Shades of Rustic Red #410719
Tints of Rustic Red #410719
RGB
CMYK
RGB Variations
Color information
#410719 (or 0x410719) is known color: Rustic Red. HEX triplet: 41, 07 and 19. RGB value is (65,7,25). Sum of RGB (Red+Green+Blue) = 65+7+25=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410719 is #BEF8E6. Grayscale: #1A1A1A. Windows color (decimal): -12515559 or 1640257. OLE color: 1640257.
HSL color Cylindrical-coordinate representation of color #410719: hue angle of 341.38º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410719 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 7 | 25 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.75 |
| HSL | 341.38º | 0.81% | 0.14% | - |
| HSV(B) | 341.38º | 0.89% | 0.25% | - |
| XYZ | 2.43 | 1.35 | 1.05 | - |
| YUV | 26.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 25 | 0 | 0.89 | 0.62 | 0.75 | 341.38 | 0.81 | 0.14 |
| Hex | 41 | 7 | 19 | 0 | 59 | 3E | 4B | 155 | 51 | E |
| Octal | 101 | 7 | 31 | 0 | 131 | 76 | 113 | 525 | 121 | 16 |
| Binary | 1000001 | 111 | 11001 | 0 | 1011001 | 111110 | 1001011 | 101010101 | 1010001 | 1110 |
Color Harmonies of #410719
Complementary color
Monochromatic Colors of #410719
Black with #410719
Text Example
Text Example
White with #410719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410719; }
p { color: rgb(65,7,25); }
H1.HeaderClassName
{
color: #410719;
}
.AnyTagClassName
{
color: #410719;
}
</style>
background-color css
<style>
a { background-color: #410719; }
a { background-color: rgb(65,7,25); }
div.DivClassName
{
background-color: #410719;
}
.BgClassName
{
background-color: #410719;
}
</style>
border-color css
<style>
span { border-color: #410719; }
span { border-color: rgb(65,7,25); }
td.TdClassName
{
border-color: #410719;
}
.TagClassName
{
border-color: #410719;
}
</style>