Shades of Castro #401C28
Tints of Castro #401C28
RGB
CMYK
RGB Variations
Color information
#401C28 (or 0x401C28) is known color: Castro. HEX triplet: 40, 1C and 28. RGB value is (64,28,40). Sum of RGB (Red+Green+Blue) = 64+28+40=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #401C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C28 is #BFE3D7. Grayscale: #282828. Windows color (decimal): -12575704 or 2628672. OLE color: 2628672.
HSL color Cylindrical-coordinate representation of color #401C28: hue angle of 340º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C28 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 40 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.75 |
| HSL | 340º | 0.39% | 0.18% | - |
| HSV(B) | 340º | 0.56% | 0.25% | - |
| XYZ | 2.91 | 2.07 | 2.25 | - |
| YUV | 40.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 40 | 0 | 0.56 | 0.38 | 0.75 | 340 | 0.39 | 0.18 |
| Hex | 40 | 1C | 28 | 0 | 38 | 26 | 4B | 154 | 27 | 12 |
| Octal | 100 | 34 | 50 | 0 | 70 | 46 | 113 | 524 | 47 | 22 |
| Binary | 1000000 | 11100 | 101000 | 0 | 111000 | 100110 | 1001011 | 101010100 | 100111 | 10010 |
Color Harmonies of #401C28
Complementary color
Monochromatic Colors of #401C28
Black with #401C28
Text Example
Text Example
White with #401C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C28; }
p { color: rgb(64,28,40); }
H1.HeaderClassName
{
color: #401C28;
}
.AnyTagClassName
{
color: #401C28;
}
</style>
background-color css
<style>
a { background-color: #401C28; }
a { background-color: rgb(64,28,40); }
div.DivClassName
{
background-color: #401C28;
}
.BgClassName
{
background-color: #401C28;
}
</style>
border-color css
<style>
span { border-color: #401C28; }
span { border-color: rgb(64,28,40); }
td.TdClassName
{
border-color: #401C28;
}
.TagClassName
{
border-color: #401C28;
}
</style>