Shades of Castro #412A31
Tints of Castro #412A31
RGB
CMYK
RGB Variations
Color information
#412A31 (or 0x412A31) is known color: Castro. HEX triplet: 41, 2A and 31. RGB value is (65,42,49). Sum of RGB (Red+Green+Blue) = 65+42+49=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A31 is #BED5CE. Grayscale: #313131. Windows color (decimal): -12506575 or 3222081. OLE color: 3222081.
HSL color Cylindrical-coordinate representation of color #412A31: hue angle of 341.74º 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 #412A31 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 49 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.75 |
| HSL | 341.74º | 0.21% | 0.21% | - |
| HSV(B) | 341.74º | 0.35% | 0.25% | - |
| XYZ | 3.56 | 3 | 3.3 | - |
| YUV | 49.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 49 | 0 | 0.35 | 0.25 | 0.75 | 341.74 | 0.21 | 0.21 |
| Hex | 41 | 2A | 31 | 0 | 23 | 19 | 4B | 156 | 15 | 15 |
| Octal | 101 | 52 | 61 | 0 | 43 | 31 | 113 | 526 | 25 | 25 |
| Binary | 1000001 | 101010 | 110001 | 0 | 100011 | 11001 | 1001011 | 101010110 | 10101 | 10101 |
Color Harmonies of #412A31
Complementary color
Monochromatic Colors of #412A31
Black with #412A31
Text Example
Text Example
White with #412A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A31; }
p { color: rgb(65,42,49); }
H1.HeaderClassName
{
color: #412A31;
}
.AnyTagClassName
{
color: #412A31;
}
</style>
background-color css
<style>
a { background-color: #412A31; }
a { background-color: rgb(65,42,49); }
div.DivClassName
{
background-color: #412A31;
}
.BgClassName
{
background-color: #412A31;
}
</style>
border-color css
<style>
span { border-color: #412A31; }
span { border-color: rgb(65,42,49); }
td.TdClassName
{
border-color: #412A31;
}
.TagClassName
{
border-color: #412A31;
}
</style>