Shades of Castro #401926
Tints of Castro #401926
RGB
CMYK
RGB Variations
Color information
#401926 (or 0x401926) is known color: Castro. HEX triplet: 40, 19 and 26. RGB value is (64,25,38). Sum of RGB (Red+Green+Blue) = 64+25+38=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401926 is #BFE6D9. Grayscale: #262626. Windows color (decimal): -12576474 or 2496832. OLE color: 2496832.
HSL color Cylindrical-coordinate representation of color #401926: hue angle of 340º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401926 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 38 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.75 |
| HSL | 340º | 0.44% | 0.17% | - |
| HSV(B) | 340º | 0.61% | 0.25% | - |
| XYZ | 2.81 | 1.93 | 2.06 | - |
| YUV | 38.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 38 | 0 | 0.61 | 0.41 | 0.75 | 340 | 0.44 | 0.17 |
| Hex | 40 | 19 | 26 | 0 | 3D | 29 | 4B | 154 | 2C | 11 |
| Octal | 100 | 31 | 46 | 0 | 75 | 51 | 113 | 524 | 54 | 21 |
| Binary | 1000000 | 11001 | 100110 | 0 | 111101 | 101001 | 1001011 | 101010100 | 101100 | 10001 |
Color Harmonies of #401926
Complementary color
Monochromatic Colors of #401926
Black with #401926
Text Example
Text Example
White with #401926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401926; }
p { color: rgb(64,25,38); }
H1.HeaderClassName
{
color: #401926;
}
.AnyTagClassName
{
color: #401926;
}
</style>
background-color css
<style>
a { background-color: #401926; }
a { background-color: rgb(64,25,38); }
div.DivClassName
{
background-color: #401926;
}
.BgClassName
{
background-color: #401926;
}
</style>
border-color css
<style>
span { border-color: #401926; }
span { border-color: rgb(64,25,38); }
td.TdClassName
{
border-color: #401926;
}
.TagClassName
{
border-color: #401926;
}
</style>