Shades of Castro #432B32
Tints of Castro #432B32
RGB
CMYK
RGB Variations
Color information
#432B32 (or 0x432B32) is known color: Castro. HEX triplet: 43, 2B and 32. RGB value is (67,43,50). Sum of RGB (Red+Green+Blue) = 67+43+50=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #432B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B32 is #BCD4CD. Grayscale: #323232. Windows color (decimal): -12375246 or 3287875. OLE color: 3287875.
HSL color Cylindrical-coordinate representation of color #432B32: hue angle of 342.5º 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 #432B32 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 50 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.74 |
| HSL | 342.5º | 0.22% | 0.22% | - |
| HSV(B) | 342.5º | 0.36% | 0.26% | - |
| XYZ | 3.75 | 3.15 | 3.43 | - |
| YUV | 50.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 50 | 0 | 0.36 | 0.25 | 0.74 | 342.5 | 0.22 | 0.22 |
| Hex | 43 | 2B | 32 | 0 | 24 | 19 | 4A | 156 | 16 | 16 |
| Octal | 103 | 53 | 62 | 0 | 44 | 31 | 112 | 526 | 26 | 26 |
| Binary | 1000011 | 101011 | 110010 | 0 | 100100 | 11001 | 1001010 | 101010110 | 10110 | 10110 |
Color Harmonies of #432B32
Complementary color
Monochromatic Colors of #432B32
Black with #432B32
Text Example
Text Example
White with #432B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B32; }
p { color: rgb(67,43,50); }
H1.HeaderClassName
{
color: #432B32;
}
.AnyTagClassName
{
color: #432B32;
}
</style>
background-color css
<style>
a { background-color: #432B32; }
a { background-color: rgb(67,43,50); }
div.DivClassName
{
background-color: #432B32;
}
.BgClassName
{
background-color: #432B32;
}
</style>
border-color css
<style>
span { border-color: #432B32; }
span { border-color: rgb(67,43,50); }
td.TdClassName
{
border-color: #432B32;
}
.TagClassName
{
border-color: #432B32;
}
</style>