Shades of Castro #421D28
Tints of Castro #421D28
RGB
CMYK
RGB Variations
Color information
#421D28 (or 0x421D28) is known color: Castro. HEX triplet: 42, 1D and 28. RGB value is (66,29,40). Sum of RGB (Red+Green+Blue) = 66+29+40=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D28 is #BDE2D7. Grayscale: #292929. Windows color (decimal): -12444376 or 2628930. OLE color: 2628930.
HSL color Cylindrical-coordinate representation of color #421D28: hue angle of 342.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D28 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 40 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.74 |
| HSL | 342.16º | 0.39% | 0.19% | - |
| HSV(B) | 342.16º | 0.56% | 0.26% | - |
| XYZ | 3.07 | 2.19 | 2.27 | - |
| YUV | 41.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 40 | 0 | 0.56 | 0.39 | 0.74 | 342.16 | 0.39 | 0.19 |
| Hex | 42 | 1D | 28 | 0 | 38 | 27 | 4A | 156 | 27 | 13 |
| Octal | 102 | 35 | 50 | 0 | 70 | 47 | 112 | 526 | 47 | 23 |
| Binary | 1000010 | 11101 | 101000 | 0 | 111000 | 100111 | 1001010 | 101010110 | 100111 | 10011 |
Color Harmonies of #421D28
Complementary color
Monochromatic Colors of #421D28
Black with #421D28
Text Example
Text Example
White with #421D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D28; }
p { color: rgb(66,29,40); }
H1.HeaderClassName
{
color: #421D28;
}
.AnyTagClassName
{
color: #421D28;
}
</style>
background-color css
<style>
a { background-color: #421D28; }
a { background-color: rgb(66,29,40); }
div.DivClassName
{
background-color: #421D28;
}
.BgClassName
{
background-color: #421D28;
}
</style>
border-color css
<style>
span { border-color: #421D28; }
span { border-color: rgb(66,29,40); }
td.TdClassName
{
border-color: #421D28;
}
.TagClassName
{
border-color: #421D28;
}
</style>