Shades of Castro #422C33
Tints of Castro #422C33
RGB
CMYK
RGB Variations
Color information
#422C33 (or 0x422C33) is known color: Castro. HEX triplet: 42, 2C and 33. RGB value is (66,44,51). Sum of RGB (Red+Green+Blue) = 66+44+51=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C33 is #BDD3CC. Grayscale: #333333. Windows color (decimal): -12440525 or 3353666. OLE color: 3353666.
HSL color Cylindrical-coordinate representation of color #422C33: hue angle of 340.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C33 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 51 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.74 |
| HSL | 340.91º | 0.2% | 0.22% | - |
| HSV(B) | 340.91º | 0.33% | 0.26% | - |
| XYZ | 3.74 | 3.2 | 3.55 | - |
| YUV | 51.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 51 | 0 | 0.33 | 0.23 | 0.74 | 340.91 | 0.2 | 0.22 |
| Hex | 42 | 2C | 33 | 0 | 21 | 17 | 4A | 155 | 14 | 16 |
| Octal | 102 | 54 | 63 | 0 | 41 | 27 | 112 | 525 | 24 | 26 |
| Binary | 1000010 | 101100 | 110011 | 0 | 100001 | 10111 | 1001010 | 101010101 | 10100 | 10110 |
Color Harmonies of #422C33
Complementary color
Monochromatic Colors of #422C33
Black with #422C33
Text Example
Text Example
White with #422C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C33; }
p { color: rgb(66,44,51); }
H1.HeaderClassName
{
color: #422C33;
}
.AnyTagClassName
{
color: #422C33;
}
</style>
background-color css
<style>
a { background-color: #422C33; }
a { background-color: rgb(66,44,51); }
div.DivClassName
{
background-color: #422C33;
}
.BgClassName
{
background-color: #422C33;
}
</style>
border-color css
<style>
span { border-color: #422C33; }
span { border-color: rgb(66,44,51); }
td.TdClassName
{
border-color: #422C33;
}
.TagClassName
{
border-color: #422C33;
}
</style>