Shades of Castro #401A27
Tints of Castro #401A27
RGB
CMYK
RGB Variations
Color information
#401A27 (or 0x401A27) is known color: Castro. HEX triplet: 40, 1A and 27. RGB value is (64,26,39). Sum of RGB (Red+Green+Blue) = 64+26+39=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A27 is #BFE5D8. Grayscale: #262626. Windows color (decimal): -12576217 or 2562624. OLE color: 2562624.
HSL color Cylindrical-coordinate representation of color #401A27: hue angle of 339.47º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A27 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 39 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.75 |
| HSL | 339.47º | 0.42% | 0.18% | - |
| HSV(B) | 339.47º | 0.59% | 0.25% | - |
| XYZ | 2.85 | 1.98 | 2.15 | - |
| YUV | 38.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 39 | 0 | 0.59 | 0.39 | 0.75 | 339.47 | 0.42 | 0.18 |
| Hex | 40 | 1A | 27 | 0 | 3B | 27 | 4B | 153 | 2A | 12 |
| Octal | 100 | 32 | 47 | 0 | 73 | 47 | 113 | 523 | 52 | 22 |
| Binary | 1000000 | 11010 | 100111 | 0 | 111011 | 100111 | 1001011 | 101010011 | 101010 | 10010 |
Color Harmonies of #401A27
Complementary color
Monochromatic Colors of #401A27
Black with #401A27
Text Example
Text Example
White with #401A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A27; }
p { color: rgb(64,26,39); }
H1.HeaderClassName
{
color: #401A27;
}
.AnyTagClassName
{
color: #401A27;
}
</style>
background-color css
<style>
a { background-color: #401A27; }
a { background-color: rgb(64,26,39); }
div.DivClassName
{
background-color: #401A27;
}
.BgClassName
{
background-color: #401A27;
}
</style>
border-color css
<style>
span { border-color: #401A27; }
span { border-color: rgb(64,26,39); }
td.TdClassName
{
border-color: #401A27;
}
.TagClassName
{
border-color: #401A27;
}
</style>