Shades of Castro #411C2B
Tints of Castro #411C2B
RGB
CMYK
RGB Variations
Color information
#411C2B (or 0x411C2B) is known color: Castro. HEX triplet: 41, 1C and 2B. RGB value is (65,28,43). Sum of RGB (Red+Green+Blue) = 65+28+43=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2B is #BEE3D4. Grayscale: #282828. Windows color (decimal): -12510165 or 2825281. OLE color: 2825281.
HSL color Cylindrical-coordinate representation of color #411C2B: hue angle of 335.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C2B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 43 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.75 |
| HSL | 335.68º | 0.4% | 0.18% | - |
| HSV(B) | 335.68º | 0.57% | 0.25% | - |
| XYZ | 3.03 | 2.13 | 2.54 | - |
| YUV | 40.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 43 | 0 | 0.57 | 0.34 | 0.75 | 335.68 | 0.4 | 0.18 |
| Hex | 41 | 1C | 2B | 0 | 39 | 22 | 4B | 150 | 28 | 12 |
| Octal | 101 | 34 | 53 | 0 | 71 | 42 | 113 | 520 | 50 | 22 |
| Binary | 1000001 | 11100 | 101011 | 0 | 111001 | 100010 | 1001011 | 101010000 | 101000 | 10010 |
Color Harmonies of #411C2B
Complementary color
Monochromatic Colors of #411C2B
Black with #411C2B
Text Example
Text Example
White with #411C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C2B; }
p { color: rgb(65,28,43); }
H1.HeaderClassName
{
color: #411C2B;
}
.AnyTagClassName
{
color: #411C2B;
}
</style>
background-color css
<style>
a { background-color: #411C2B; }
a { background-color: rgb(65,28,43); }
div.DivClassName
{
background-color: #411C2B;
}
.BgClassName
{
background-color: #411C2B;
}
</style>
border-color css
<style>
span { border-color: #411C2B; }
span { border-color: rgb(65,28,43); }
td.TdClassName
{
border-color: #411C2B;
}
.TagClassName
{
border-color: #411C2B;
}
</style>