Shades of Castro #411A29
Tints of Castro #411A29
RGB
CMYK
RGB Variations
Color information
#411A29 (or 0x411A29) is known color: Castro. HEX triplet: 41, 1A and 29. RGB value is (65,26,41). Sum of RGB (Red+Green+Blue) = 65+26+41=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #411A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411A29 is #BEE5D6. Grayscale: #272727. Windows color (decimal): -12510679 or 2693697. OLE color: 2693697.
HSL color Cylindrical-coordinate representation of color #411A29: hue angle of 336.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411A29 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 41 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.75 |
| HSL | 336.92º | 0.43% | 0.18% | - |
| HSV(B) | 336.92º | 0.6% | 0.25% | - |
| XYZ | 2.95 | 2.02 | 2.33 | - |
| YUV | 39.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 41 | 0 | 0.60 | 0.37 | 0.75 | 336.92 | 0.43 | 0.18 |
| Hex | 41 | 1A | 29 | 0 | 3C | 25 | 4B | 151 | 2B | 12 |
| Octal | 101 | 32 | 51 | 0 | 74 | 45 | 113 | 521 | 53 | 22 |
| Binary | 1000001 | 11010 | 101001 | 0 | 111100 | 100101 | 1001011 | 101010001 | 101011 | 10010 |
Color Harmonies of #411A29
Complementary color
Monochromatic Colors of #411A29
Black with #411A29
Text Example
Text Example
White with #411A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A29; }
p { color: rgb(65,26,41); }
H1.HeaderClassName
{
color: #411A29;
}
.AnyTagClassName
{
color: #411A29;
}
</style>
background-color css
<style>
a { background-color: #411A29; }
a { background-color: rgb(65,26,41); }
div.DivClassName
{
background-color: #411A29;
}
.BgClassName
{
background-color: #411A29;
}
</style>
border-color css
<style>
span { border-color: #411A29; }
span { border-color: rgb(65,26,41); }
td.TdClassName
{
border-color: #411A29;
}
.TagClassName
{
border-color: #411A29;
}
</style>