Shades of Castro #422D33
Tints of Castro #422D33
RGB
CMYK
RGB Variations
Color information
#422D33 (or 0x422D33) is known color: Castro. HEX triplet: 42, 2D and 33. RGB value is (66,45,51). Sum of RGB (Red+Green+Blue) = 66+45+51=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #422D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D33 is #BDD2CC. Grayscale: #333333. Windows color (decimal): -12440269 or 3353922. OLE color: 3353922.
HSL color Cylindrical-coordinate representation of color #422D33: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422D33 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 51 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.74 |
| HSL | 342.86º | 0.19% | 0.22% | - |
| HSV(B) | 342.86º | 0.32% | 0.26% | - |
| XYZ | 3.78 | 3.27 | 3.56 | - |
| YUV | 51.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 51 | 0 | 0.32 | 0.23 | 0.74 | 342.86 | 0.19 | 0.22 |
| Hex | 42 | 2D | 33 | 0 | 20 | 17 | 4A | 157 | 13 | 16 |
| Octal | 102 | 55 | 63 | 0 | 40 | 27 | 112 | 527 | 23 | 26 |
| Binary | 1000010 | 101101 | 110011 | 0 | 100000 | 10111 | 1001010 | 101010111 | 10011 | 10110 |
Color Harmonies of #422D33
Complementary color
Monochromatic Colors of #422D33
Black with #422D33
Text Example
Text Example
White with #422D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D33; }
p { color: rgb(66,45,51); }
H1.HeaderClassName
{
color: #422D33;
}
.AnyTagClassName
{
color: #422D33;
}
</style>
background-color css
<style>
a { background-color: #422D33; }
a { background-color: rgb(66,45,51); }
div.DivClassName
{
background-color: #422D33;
}
.BgClassName
{
background-color: #422D33;
}
</style>
border-color css
<style>
span { border-color: #422D33; }
span { border-color: rgb(66,45,51); }
td.TdClassName
{
border-color: #422D33;
}
.TagClassName
{
border-color: #422D33;
}
</style>