Shades of Castro #412E34
Tints of Castro #412E34
RGB
CMYK
RGB Variations
Color information
#412E34 (or 0x412E34) is known color: Castro. HEX triplet: 41, 2E and 34. RGB value is (65,46,52). Sum of RGB (Red+Green+Blue) = 65+46+52=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #412E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E34 is #BED1CB. Grayscale: #343434. Windows color (decimal): -12505548 or 3419713. OLE color: 3419713.
HSL color Cylindrical-coordinate representation of color #412E34: hue angle of 341.05º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E34 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 52 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.75 |
| HSL | 341.05º | 0.17% | 0.22% | - |
| HSV(B) | 341.05º | 0.29% | 0.25% | - |
| XYZ | 3.78 | 3.33 | 3.69 | - |
| YUV | 52.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 52 | 0 | 0.29 | 0.20 | 0.75 | 341.05 | 0.17 | 0.22 |
| Hex | 41 | 2E | 34 | 0 | 1D | 14 | 4B | 155 | 11 | 16 |
| Octal | 101 | 56 | 64 | 0 | 35 | 24 | 113 | 525 | 21 | 26 |
| Binary | 1000001 | 101110 | 110100 | 0 | 11101 | 10100 | 1001011 | 101010101 | 10001 | 10110 |
Color Harmonies of #412E34
Complementary color
Monochromatic Colors of #412E34
Black with #412E34
Text Example
Text Example
White with #412E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E34; }
p { color: rgb(65,46,52); }
H1.HeaderClassName
{
color: #412E34;
}
.AnyTagClassName
{
color: #412E34;
}
</style>
background-color css
<style>
a { background-color: #412E34; }
a { background-color: rgb(65,46,52); }
div.DivClassName
{
background-color: #412E34;
}
.BgClassName
{
background-color: #412E34;
}
</style>
border-color css
<style>
span { border-color: #412E34; }
span { border-color: rgb(65,46,52); }
td.TdClassName
{
border-color: #412E34;
}
.TagClassName
{
border-color: #412E34;
}
</style>