Shades of Castro #421F2A
Tints of Castro #421F2A
RGB
CMYK
RGB Variations
Color information
#421F2A (or 0x421F2A) is known color: Castro. HEX triplet: 42, 1F and 2A. RGB value is (66,31,42). Sum of RGB (Red+Green+Blue) = 66+31+42=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2A is #BDE0D5. Grayscale: #2A2A2A. Windows color (decimal): -12443862 or 2760514. OLE color: 2760514.
HSL color Cylindrical-coordinate representation of color #421F2A: hue angle of 341.14º 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 #421F2A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 42 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.74 |
| HSL | 341.14º | 0.36% | 0.19% | - |
| HSV(B) | 341.14º | 0.53% | 0.26% | - |
| XYZ | 3.15 | 2.31 | 2.47 | - |
| YUV | 42.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 42 | 0 | 0.53 | 0.36 | 0.74 | 341.14 | 0.36 | 0.19 |
| Hex | 42 | 1F | 2A | 0 | 35 | 24 | 4A | 155 | 24 | 13 |
| Octal | 102 | 37 | 52 | 0 | 65 | 44 | 112 | 525 | 44 | 23 |
| Binary | 1000010 | 11111 | 101010 | 0 | 110101 | 100100 | 1001010 | 101010101 | 100100 | 10011 |
Color Harmonies of #421F2A
Complementary color
Monochromatic Colors of #421F2A
Black with #421F2A
Text Example
Text Example
White with #421F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F2A; }
p { color: rgb(66,31,42); }
H1.HeaderClassName
{
color: #421F2A;
}
.AnyTagClassName
{
color: #421F2A;
}
</style>
background-color css
<style>
a { background-color: #421F2A; }
a { background-color: rgb(66,31,42); }
div.DivClassName
{
background-color: #421F2A;
}
.BgClassName
{
background-color: #421F2A;
}
</style>
border-color css
<style>
span { border-color: #421F2A; }
span { border-color: rgb(66,31,42); }
td.TdClassName
{
border-color: #421F2A;
}
.TagClassName
{
border-color: #421F2A;
}
</style>