Shades of Castro #421A28
Tints of Castro #421A28
RGB
CMYK
RGB Variations
Color information
#421A28 (or 0x421A28) is known color: Castro. HEX triplet: 42, 1A and 28. RGB value is (66,26,40). Sum of RGB (Red+Green+Blue) = 66+26+40=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #421A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A28 is #BDE5D7. Grayscale: #272727. Windows color (decimal): -12445144 or 2628162. OLE color: 2628162.
HSL color Cylindrical-coordinate representation of color #421A28: hue angle of 339º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A28 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 40 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.74 |
| HSL | 339º | 0.43% | 0.18% | - |
| HSV(B) | 339º | 0.61% | 0.26% | - |
| XYZ | 3 | 2.05 | 2.25 | - |
| YUV | 39.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 40 | 0 | 0.61 | 0.39 | 0.74 | 339 | 0.43 | 0.18 |
| Hex | 42 | 1A | 28 | 0 | 3D | 27 | 4A | 153 | 2B | 12 |
| Octal | 102 | 32 | 50 | 0 | 75 | 47 | 112 | 523 | 53 | 22 |
| Binary | 1000010 | 11010 | 101000 | 0 | 111101 | 100111 | 1001010 | 101010011 | 101011 | 10010 |
Color Harmonies of #421A28
Complementary color
Monochromatic Colors of #421A28
Black with #421A28
Text Example
Text Example
White with #421A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A28; }
p { color: rgb(66,26,40); }
H1.HeaderClassName
{
color: #421A28;
}
.AnyTagClassName
{
color: #421A28;
}
</style>
background-color css
<style>
a { background-color: #421A28; }
a { background-color: rgb(66,26,40); }
div.DivClassName
{
background-color: #421A28;
}
.BgClassName
{
background-color: #421A28;
}
</style>
border-color css
<style>
span { border-color: #421A28; }
span { border-color: rgb(66,26,40); }
td.TdClassName
{
border-color: #421A28;
}
.TagClassName
{
border-color: #421A28;
}
</style>