Shades of Castro #412B31
Tints of Castro #412B31
RGB
CMYK
RGB Variations
Color information
#412B31 (or 0x412B31) is known color: Castro. HEX triplet: 41, 2B and 31. RGB value is (65,43,49). Sum of RGB (Red+Green+Blue) = 65+43+49=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B31 is #BED4CE. Grayscale: #323232. Windows color (decimal): -12506319 or 3222337. OLE color: 3222337.
HSL color Cylindrical-coordinate representation of color #412B31: hue angle of 343.64º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #412B31 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 49 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.75 |
| HSL | 343.64º | 0.2% | 0.21% | - |
| HSV(B) | 343.64º | 0.34% | 0.25% | - |
| XYZ | 3.6 | 3.07 | 3.31 | - |
| YUV | 50.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 49 | 0 | 0.34 | 0.25 | 0.75 | 343.64 | 0.2 | 0.21 |
| Hex | 41 | 2B | 31 | 0 | 22 | 19 | 4B | 158 | 14 | 15 |
| Octal | 101 | 53 | 61 | 0 | 42 | 31 | 113 | 530 | 24 | 25 |
| Binary | 1000001 | 101011 | 110001 | 0 | 100010 | 11001 | 1001011 | 101011000 | 10100 | 10101 |
Color Harmonies of #412B31
Complementary color
Monochromatic Colors of #412B31
Black with #412B31
Text Example
Text Example
White with #412B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B31; }
p { color: rgb(65,43,49); }
H1.HeaderClassName
{
color: #412B31;
}
.AnyTagClassName
{
color: #412B31;
}
</style>
background-color css
<style>
a { background-color: #412B31; }
a { background-color: rgb(65,43,49); }
div.DivClassName
{
background-color: #412B31;
}
.BgClassName
{
background-color: #412B31;
}
</style>
border-color css
<style>
span { border-color: #412B31; }
span { border-color: rgb(65,43,49); }
td.TdClassName
{
border-color: #412B31;
}
.TagClassName
{
border-color: #412B31;
}
</style>