Shades of Castro #432C33
Tints of Castro #432C33
RGB
CMYK
RGB Variations
Color information
#432C33 (or 0x432C33) is known color: Castro. HEX triplet: 43, 2C and 33. RGB value is (67,44,51). Sum of RGB (Red+Green+Blue) = 67+44+51=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #432C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C33 is #BCD3CC. Grayscale: #333333. Windows color (decimal): -12374989 or 3353667. OLE color: 3353667.
HSL color Cylindrical-coordinate representation of color #432C33: hue angle of 341.74º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #432C33 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 51 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.74 |
| HSL | 341.74º | 0.21% | 0.22% | - |
| HSV(B) | 341.74º | 0.34% | 0.26% | - |
| XYZ | 3.81 | 3.23 | 3.56 | - |
| YUV | 51.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 51 | 0 | 0.34 | 0.24 | 0.74 | 341.74 | 0.21 | 0.22 |
| Hex | 43 | 2C | 33 | 0 | 22 | 18 | 4A | 156 | 15 | 16 |
| Octal | 103 | 54 | 63 | 0 | 42 | 30 | 112 | 526 | 25 | 26 |
| Binary | 1000011 | 101100 | 110011 | 0 | 100010 | 11000 | 1001010 | 101010110 | 10101 | 10110 |
Color Harmonies of #432C33
Complementary color
Monochromatic Colors of #432C33
Black with #432C33
Text Example
Text Example
White with #432C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C33; }
p { color: rgb(67,44,51); }
H1.HeaderClassName
{
color: #432C33;
}
.AnyTagClassName
{
color: #432C33;
}
</style>
background-color css
<style>
a { background-color: #432C33; }
a { background-color: rgb(67,44,51); }
div.DivClassName
{
background-color: #432C33;
}
.BgClassName
{
background-color: #432C33;
}
</style>
border-color css
<style>
span { border-color: #432C33; }
span { border-color: rgb(67,44,51); }
td.TdClassName
{
border-color: #432C33;
}
.TagClassName
{
border-color: #432C33;
}
</style>