Shades of Castro #421C2B
Tints of Castro #421C2B
RGB
CMYK
RGB Variations
Color information
#421C2B (or 0x421C2B) is known color: Castro. HEX triplet: 42, 1C and 2B. RGB value is (66,28,43). Sum of RGB (Red+Green+Blue) = 66+28+43=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C2B is #BDE3D4. Grayscale: #292929. Windows color (decimal): -12444629 or 2825282. OLE color: 2825282.
HSL color Cylindrical-coordinate representation of color #421C2B: hue angle of 336.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C2B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 43 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.74 |
| HSL | 336.32º | 0.4% | 0.18% | - |
| HSV(B) | 336.32º | 0.58% | 0.26% | - |
| XYZ | 3.1 | 2.16 | 2.54 | - |
| YUV | 41.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 43 | 0 | 0.58 | 0.35 | 0.74 | 336.32 | 0.4 | 0.18 |
| Hex | 42 | 1C | 2B | 0 | 3A | 23 | 4A | 150 | 28 | 12 |
| Octal | 102 | 34 | 53 | 0 | 72 | 43 | 112 | 520 | 50 | 22 |
| Binary | 1000010 | 11100 | 101011 | 0 | 111010 | 100011 | 1001010 | 101010000 | 101000 | 10010 |
Color Harmonies of #421C2B
Complementary color
Monochromatic Colors of #421C2B
Black with #421C2B
Text Example
Text Example
White with #421C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C2B; }
p { color: rgb(66,28,43); }
H1.HeaderClassName
{
color: #421C2B;
}
.AnyTagClassName
{
color: #421C2B;
}
</style>
background-color css
<style>
a { background-color: #421C2B; }
a { background-color: rgb(66,28,43); }
div.DivClassName
{
background-color: #421C2B;
}
.BgClassName
{
background-color: #421C2B;
}
</style>
border-color css
<style>
span { border-color: #421C2B; }
span { border-color: rgb(66,28,43); }
td.TdClassName
{
border-color: #421C2B;
}
.TagClassName
{
border-color: #421C2B;
}
</style>