Shades of Castro #422A31
Tints of Castro #422A31
RGB
CMYK
RGB Variations
Color information
#422A31 (or 0x422A31) is known color: Castro. HEX triplet: 42, 2A and 31. RGB value is (66,42,49). Sum of RGB (Red+Green+Blue) = 66+42+49=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #422A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A31 is #BDD5CE. Grayscale: #313131. Windows color (decimal): -12441039 or 3222082. OLE color: 3222082.
HSL color Cylindrical-coordinate representation of color #422A31: hue angle of 342.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A31 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 49 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.74 |
| HSL | 342.5º | 0.22% | 0.21% | - |
| HSV(B) | 342.5º | 0.36% | 0.26% | - |
| XYZ | 3.63 | 3.04 | 3.3 | - |
| YUV | 49.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 49 | 0 | 0.36 | 0.26 | 0.74 | 342.5 | 0.22 | 0.21 |
| Hex | 42 | 2A | 31 | 0 | 24 | 1A | 4A | 156 | 16 | 15 |
| Octal | 102 | 52 | 61 | 0 | 44 | 32 | 112 | 526 | 26 | 25 |
| Binary | 1000010 | 101010 | 110001 | 0 | 100100 | 11010 | 1001010 | 101010110 | 10110 | 10101 |
Color Harmonies of #422A31
Complementary color
Monochromatic Colors of #422A31
Black with #422A31
Text Example
Text Example
White with #422A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A31; }
p { color: rgb(66,42,49); }
H1.HeaderClassName
{
color: #422A31;
}
.AnyTagClassName
{
color: #422A31;
}
</style>
background-color css
<style>
a { background-color: #422A31; }
a { background-color: rgb(66,42,49); }
div.DivClassName
{
background-color: #422A31;
}
.BgClassName
{
background-color: #422A31;
}
</style>
border-color css
<style>
span { border-color: #422A31; }
span { border-color: rgb(66,42,49); }
td.TdClassName
{
border-color: #422A31;
}
.TagClassName
{
border-color: #422A31;
}
</style>