Shades of Castro #421E29
Tints of Castro #421E29
RGB
CMYK
RGB Variations
Color information
#421E29 (or 0x421E29) is known color: Castro. HEX triplet: 42, 1E and 29. RGB value is (66,30,41). Sum of RGB (Red+Green+Blue) = 66+30+41=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E29 is #BDE1D6. Grayscale: #2A2A2A. Windows color (decimal): -12444119 or 2694722. OLE color: 2694722.
HSL color Cylindrical-coordinate representation of color #421E29: hue angle of 341.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E29 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 41 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.74 |
| HSL | 341.67º | 0.38% | 0.19% | - |
| HSV(B) | 341.67º | 0.55% | 0.26% | - |
| XYZ | 3.11 | 2.25 | 2.37 | - |
| YUV | 42.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 41 | 0 | 0.55 | 0.38 | 0.74 | 341.67 | 0.38 | 0.19 |
| Hex | 42 | 1E | 29 | 0 | 37 | 26 | 4A | 156 | 26 | 13 |
| Octal | 102 | 36 | 51 | 0 | 67 | 46 | 112 | 526 | 46 | 23 |
| Binary | 1000010 | 11110 | 101001 | 0 | 110111 | 100110 | 1001010 | 101010110 | 100110 | 10011 |
Color Harmonies of #421E29
Complementary color
Monochromatic Colors of #421E29
Black with #421E29
Text Example
Text Example
White with #421E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E29; }
p { color: rgb(66,30,41); }
H1.HeaderClassName
{
color: #421E29;
}
.AnyTagClassName
{
color: #421E29;
}
</style>
background-color css
<style>
a { background-color: #421E29; }
a { background-color: rgb(66,30,41); }
div.DivClassName
{
background-color: #421E29;
}
.BgClassName
{
background-color: #421E29;
}
</style>
border-color css
<style>
span { border-color: #421E29; }
span { border-color: rgb(66,30,41); }
td.TdClassName
{
border-color: #421E29;
}
.TagClassName
{
border-color: #421E29;
}
</style>