Shades of Castro #412B33
Tints of Castro #412B33
RGB
CMYK
RGB Variations
Color information
#412B33 (or 0x412B33) is known color: Castro. HEX triplet: 41, 2B and 33. RGB value is (65,43,51). Sum of RGB (Red+Green+Blue) = 65+43+51=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #412B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B33 is #BED4CC. Grayscale: #323232. Windows color (decimal): -12506317 or 3353409. OLE color: 3353409.
HSL color Cylindrical-coordinate representation of color #412B33: hue angle of 338.18º 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 #412B33 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 51 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.75 |
| HSL | 338.18º | 0.2% | 0.21% | - |
| HSV(B) | 338.18º | 0.34% | 0.25% | - |
| XYZ | 3.64 | 3.09 | 3.54 | - |
| YUV | 50.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 51 | 0 | 0.34 | 0.22 | 0.75 | 338.18 | 0.2 | 0.21 |
| Hex | 41 | 2B | 33 | 0 | 22 | 16 | 4B | 152 | 14 | 15 |
| Octal | 101 | 53 | 63 | 0 | 42 | 26 | 113 | 522 | 24 | 25 |
| Binary | 1000001 | 101011 | 110011 | 0 | 100010 | 10110 | 1001011 | 101010010 | 10100 | 10101 |
Color Harmonies of #412B33
Complementary color
Monochromatic Colors of #412B33
Black with #412B33
Text Example
Text Example
White with #412B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B33; }
p { color: rgb(65,43,51); }
H1.HeaderClassName
{
color: #412B33;
}
.AnyTagClassName
{
color: #412B33;
}
</style>
background-color css
<style>
a { background-color: #412B33; }
a { background-color: rgb(65,43,51); }
div.DivClassName
{
background-color: #412B33;
}
.BgClassName
{
background-color: #412B33;
}
</style>
border-color css
<style>
span { border-color: #412B33; }
span { border-color: rgb(65,43,51); }
td.TdClassName
{
border-color: #412B33;
}
.TagClassName
{
border-color: #412B33;
}
</style>