Shades of Castro #432B33
Tints of Castro #432B33
RGB
CMYK
RGB Variations
Color information
#432B33 (or 0x432B33) is known color: Castro. HEX triplet: 43, 2B and 33. RGB value is (67,43,51). Sum of RGB (Red+Green+Blue) = 67+43+51=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #432B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B33 is #BCD4CC. Grayscale: #333333. Windows color (decimal): -12375245 or 3353411. OLE color: 3353411.
HSL color Cylindrical-coordinate representation of color #432B33: hue angle of 340º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432B33 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 51 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.74 |
| HSL | 340º | 0.22% | 0.22% | - |
| HSV(B) | 340º | 0.36% | 0.26% | - |
| XYZ | 3.78 | 3.16 | 3.54 | - |
| YUV | 51.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 51 | 0 | 0.36 | 0.24 | 0.74 | 340 | 0.22 | 0.22 |
| Hex | 43 | 2B | 33 | 0 | 24 | 18 | 4A | 154 | 16 | 16 |
| Octal | 103 | 53 | 63 | 0 | 44 | 30 | 112 | 524 | 26 | 26 |
| Binary | 1000011 | 101011 | 110011 | 0 | 100100 | 11000 | 1001010 | 101010100 | 10110 | 10110 |
Color Harmonies of #432B33
Complementary color
Monochromatic Colors of #432B33
Black with #432B33
Text Example
Text Example
White with #432B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B33; }
p { color: rgb(67,43,51); }
H1.HeaderClassName
{
color: #432B33;
}
.AnyTagClassName
{
color: #432B33;
}
</style>
background-color css
<style>
a { background-color: #432B33; }
a { background-color: rgb(67,43,51); }
div.DivClassName
{
background-color: #432B33;
}
.BgClassName
{
background-color: #432B33;
}
</style>
border-color css
<style>
span { border-color: #432B33; }
span { border-color: rgb(67,43,51); }
td.TdClassName
{
border-color: #432B33;
}
.TagClassName
{
border-color: #432B33;
}
</style>