Shades of Castro #421D2D
Tints of Castro #421D2D
RGB
CMYK
RGB Variations
Color information
#421D2D (or 0x421D2D) is known color: Castro. HEX triplet: 42, 1D and 2D. RGB value is (66,29,45). Sum of RGB (Red+Green+Blue) = 66+29+45=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D2D is #BDE2D2. Grayscale: #292929. Windows color (decimal): -12444371 or 2956610. OLE color: 2956610.
HSL color Cylindrical-coordinate representation of color #421D2D: hue angle of 334.05º 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 #421D2D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 45 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.74 |
| HSL | 334.05º | 0.39% | 0.19% | - |
| HSV(B) | 334.05º | 0.56% | 0.26% | - |
| XYZ | 3.16 | 2.23 | 2.75 | - |
| YUV | 41.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 45 | 0 | 0.56 | 0.32 | 0.74 | 334.05 | 0.39 | 0.19 |
| Hex | 42 | 1D | 2D | 0 | 38 | 20 | 4A | 14E | 27 | 13 |
| Octal | 102 | 35 | 55 | 0 | 70 | 40 | 112 | 516 | 47 | 23 |
| Binary | 1000010 | 11101 | 101101 | 0 | 111000 | 100000 | 1001010 | 101001110 | 100111 | 10011 |
Color Harmonies of #421D2D
Complementary color
Monochromatic Colors of #421D2D
Black with #421D2D
Text Example
Text Example
White with #421D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D2D; }
p { color: rgb(66,29,45); }
H1.HeaderClassName
{
color: #421D2D;
}
.AnyTagClassName
{
color: #421D2D;
}
</style>
background-color css
<style>
a { background-color: #421D2D; }
a { background-color: rgb(66,29,45); }
div.DivClassName
{
background-color: #421D2D;
}
.BgClassName
{
background-color: #421D2D;
}
</style>
border-color css
<style>
span { border-color: #421D2D; }
span { border-color: rgb(66,29,45); }
td.TdClassName
{
border-color: #421D2D;
}
.TagClassName
{
border-color: #421D2D;
}
</style>