Shades of Castro #411E2C
Tints of Castro #411E2C
RGB
CMYK
RGB Variations
Color information
#411E2C (or 0x411E2C) is known color: Castro. HEX triplet: 41, 1E and 2C. RGB value is (65,30,44). Sum of RGB (Red+Green+Blue) = 65+30+44=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E2C is #BEE1D3. Grayscale: #2A2A2A. Windows color (decimal): -12509652 or 2891329. OLE color: 2891329.
HSL color Cylindrical-coordinate representation of color #411E2C: hue angle of 336º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E2C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 44 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.75 |
| HSL | 336º | 0.37% | 0.19% | - |
| HSV(B) | 336º | 0.54% | 0.25% | - |
| XYZ | 3.1 | 2.23 | 2.65 | - |
| YUV | 42.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 44 | 0 | 0.54 | 0.32 | 0.75 | 336 | 0.37 | 0.19 |
| Hex | 41 | 1E | 2C | 0 | 36 | 20 | 4B | 150 | 25 | 13 |
| Octal | 101 | 36 | 54 | 0 | 66 | 40 | 113 | 520 | 45 | 23 |
| Binary | 1000001 | 11110 | 101100 | 0 | 110110 | 100000 | 1001011 | 101010000 | 100101 | 10011 |
Color Harmonies of #411E2C
Complementary color
Monochromatic Colors of #411E2C
Black with #411E2C
Text Example
Text Example
White with #411E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E2C; }
p { color: rgb(65,30,44); }
H1.HeaderClassName
{
color: #411E2C;
}
.AnyTagClassName
{
color: #411E2C;
}
</style>
background-color css
<style>
a { background-color: #411E2C; }
a { background-color: rgb(65,30,44); }
div.DivClassName
{
background-color: #411E2C;
}
.BgClassName
{
background-color: #411E2C;
}
</style>
border-color css
<style>
span { border-color: #411E2C; }
span { border-color: rgb(65,30,44); }
td.TdClassName
{
border-color: #411E2C;
}
.TagClassName
{
border-color: #411E2C;
}
</style>