Shades of Cowboy #413131
Tints of Cowboy #413131
RGB
CMYK
RGB Variations
Color information
#413131 (or 0x413131) is known color: Cowboy. HEX triplet: 41, 31 and 31. RGB value is (65,49,49). Sum of RGB (Red+Green+Blue) = 65+49+49=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413131 is #BECECE. Grayscale: #353535. Windows color (decimal): -12504783 or 3223873. OLE color: 3223873.
HSL color Cylindrical-coordinate representation of color #413131: hue angle of 0º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413131 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 49 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.75 |
| HSL | 0º | 0.14% | 0.22% | - |
| HSV(B) | 0º | 0.25% | 0.25% | - |
| XYZ | 3.83 | 3.54 | 3.39 | - |
| YUV | 53.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 49 | 0 | 0.25 | 0.25 | 0.75 | 0 | 0.14 | 0.22 |
| Hex | 41 | 31 | 31 | 0 | 19 | 19 | 4B | 0 | E | 16 |
| Octal | 101 | 61 | 61 | 0 | 31 | 31 | 113 | 0 | 16 | 26 |
| Binary | 1000001 | 110001 | 110001 | 0 | 11001 | 11001 | 1001011 | 0 | 1110 | 10110 |
Color Harmonies of #413131
Complementary color
Monochromatic Colors of #413131
Black with #413131
Text Example
Text Example
White with #413131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413131; }
p { color: rgb(65,49,49); }
H1.HeaderClassName
{
color: #413131;
}
.AnyTagClassName
{
color: #413131;
}
</style>
background-color css
<style>
a { background-color: #413131; }
a { background-color: rgb(65,49,49); }
div.DivClassName
{
background-color: #413131;
}
.BgClassName
{
background-color: #413131;
}
</style>
border-color css
<style>
span { border-color: #413131; }
span { border-color: rgb(65,49,49); }
td.TdClassName
{
border-color: #413131;
}
.TagClassName
{
border-color: #413131;
}
</style>