Shades of Castro #401D28
Tints of Castro #401D28
RGB
CMYK
RGB Variations
Color information
#401D28 (or 0x401D28) is known color: Castro. HEX triplet: 40, 1D and 28. RGB value is (64,29,40). Sum of RGB (Red+Green+Blue) = 64+29+40=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #401D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D28 is #BFE2D7. Grayscale: #282828. Windows color (decimal): -12575448 or 2628928. OLE color: 2628928.
HSL color Cylindrical-coordinate representation of color #401D28: hue angle of 341.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D28 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 40 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.75 |
| HSL | 341.14º | 0.38% | 0.18% | - |
| HSV(B) | 341.14º | 0.55% | 0.25% | - |
| XYZ | 2.94 | 2.12 | 2.26 | - |
| YUV | 40.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 40 | 0 | 0.55 | 0.38 | 0.75 | 341.14 | 0.38 | 0.18 |
| Hex | 40 | 1D | 28 | 0 | 37 | 26 | 4B | 155 | 26 | 12 |
| Octal | 100 | 35 | 50 | 0 | 67 | 46 | 113 | 525 | 46 | 22 |
| Binary | 1000000 | 11101 | 101000 | 0 | 110111 | 100110 | 1001011 | 101010101 | 100110 | 10010 |
Color Harmonies of #401D28
Complementary color
Monochromatic Colors of #401D28
Black with #401D28
Text Example
Text Example
White with #401D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D28; }
p { color: rgb(64,29,40); }
H1.HeaderClassName
{
color: #401D28;
}
.AnyTagClassName
{
color: #401D28;
}
</style>
background-color css
<style>
a { background-color: #401D28; }
a { background-color: rgb(64,29,40); }
div.DivClassName
{
background-color: #401D28;
}
.BgClassName
{
background-color: #401D28;
}
</style>
border-color css
<style>
span { border-color: #401D28; }
span { border-color: rgb(64,29,40); }
td.TdClassName
{
border-color: #401D28;
}
.TagClassName
{
border-color: #401D28;
}
</style>