Shades of Castro #421F2D
Tints of Castro #421F2D
RGB
CMYK
RGB Variations
Color information
#421F2D (or 0x421F2D) is known color: Castro. HEX triplet: 42, 1F and 2D. RGB value is (66,31,45). Sum of RGB (Red+Green+Blue) = 66+31+45=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2D is #BDE0D2. Grayscale: #2B2B2B. Windows color (decimal): -12443859 or 2957122. OLE color: 2957122.
HSL color Cylindrical-coordinate representation of color #421F2D: hue angle of 336º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F2D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 45 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.74 |
| HSL | 336º | 0.36% | 0.19% | - |
| HSV(B) | 336º | 0.53% | 0.26% | - |
| XYZ | 3.21 | 2.33 | 2.76 | - |
| YUV | 43.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 45 | 0 | 0.53 | 0.32 | 0.74 | 336 | 0.36 | 0.19 |
| Hex | 42 | 1F | 2D | 0 | 35 | 20 | 4A | 150 | 24 | 13 |
| Octal | 102 | 37 | 55 | 0 | 65 | 40 | 112 | 520 | 44 | 23 |
| Binary | 1000010 | 11111 | 101101 | 0 | 110101 | 100000 | 1001010 | 101010000 | 100100 | 10011 |
Color Harmonies of #421F2D
Complementary color
Monochromatic Colors of #421F2D
Black with #421F2D
Text Example
Text Example
White with #421F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F2D; }
p { color: rgb(66,31,45); }
H1.HeaderClassName
{
color: #421F2D;
}
.AnyTagClassName
{
color: #421F2D;
}
</style>
background-color css
<style>
a { background-color: #421F2D; }
a { background-color: rgb(66,31,45); }
div.DivClassName
{
background-color: #421F2D;
}
.BgClassName
{
background-color: #421F2D;
}
</style>
border-color css
<style>
span { border-color: #421F2D; }
span { border-color: rgb(66,31,45); }
td.TdClassName
{
border-color: #421F2D;
}
.TagClassName
{
border-color: #421F2D;
}
</style>