Shades of Castro #412A32
Tints of Castro #412A32
RGB
CMYK
RGB Variations
Color information
#412A32 (or 0x412A32) is known color: Castro. HEX triplet: 41, 2A and 32. RGB value is (65,42,50). Sum of RGB (Red+Green+Blue) = 65+42+50=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A32 is #BED5CD. Grayscale: #313131. Windows color (decimal): -12506574 or 3287617. OLE color: 3287617.
HSL color Cylindrical-coordinate representation of color #412A32: hue angle of 339.13º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A32 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 50 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.75 |
| HSL | 339.13º | 0.21% | 0.21% | - |
| HSV(B) | 339.13º | 0.35% | 0.25% | - |
| XYZ | 3.58 | 3.01 | 3.41 | - |
| YUV | 49.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 50 | 0 | 0.35 | 0.23 | 0.75 | 339.13 | 0.21 | 0.21 |
| Hex | 41 | 2A | 32 | 0 | 23 | 17 | 4B | 153 | 15 | 15 |
| Octal | 101 | 52 | 62 | 0 | 43 | 27 | 113 | 523 | 25 | 25 |
| Binary | 1000001 | 101010 | 110010 | 0 | 100011 | 10111 | 1001011 | 101010011 | 10101 | 10101 |
Color Harmonies of #412A32
Complementary color
Monochromatic Colors of #412A32
Black with #412A32
Text Example
Text Example
White with #412A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A32; }
p { color: rgb(65,42,50); }
H1.HeaderClassName
{
color: #412A32;
}
.AnyTagClassName
{
color: #412A32;
}
</style>
background-color css
<style>
a { background-color: #412A32; }
a { background-color: rgb(65,42,50); }
div.DivClassName
{
background-color: #412A32;
}
.BgClassName
{
background-color: #412A32;
}
</style>
border-color css
<style>
span { border-color: #412A32; }
span { border-color: rgb(65,42,50); }
td.TdClassName
{
border-color: #412A32;
}
.TagClassName
{
border-color: #412A32;
}
</style>