Shades of Castro #432F35
Tints of Castro #432F35
RGB
CMYK
RGB Variations
Color information
#432F35 (or 0x432F35) is known color: Castro. HEX triplet: 43, 2F and 35. RGB value is (67,47,53). Sum of RGB (Red+Green+Blue) = 67+47+53=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 67 - color contains mainly: red. Hex color #432F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F35 is #BCD0CA. Grayscale: #353535. Windows color (decimal): -12374219 or 3485507. OLE color: 3485507.
HSL color Cylindrical-coordinate representation of color #432F35: hue angle of 342º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #432F35 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 53 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.74 |
| HSL | 342º | 0.18% | 0.22% | - |
| HSV(B) | 342º | 0.3% | 0.26% | - |
| XYZ | 3.97 | 3.48 | 3.83 | - |
| YUV | 53.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 53 | 0 | 0.30 | 0.21 | 0.74 | 342 | 0.18 | 0.22 |
| Hex | 43 | 2F | 35 | 0 | 1E | 15 | 4A | 156 | 12 | 16 |
| Octal | 103 | 57 | 65 | 0 | 36 | 25 | 112 | 526 | 22 | 26 |
| Binary | 1000011 | 101111 | 110101 | 0 | 11110 | 10101 | 1001010 | 101010110 | 10010 | 10110 |
Color Harmonies of #432F35
Complementary color
Monochromatic Colors of #432F35
Black with #432F35
Text Example
Text Example
White with #432F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F35; }
p { color: rgb(67,47,53); }
H1.HeaderClassName
{
color: #432F35;
}
.AnyTagClassName
{
color: #432F35;
}
</style>
background-color css
<style>
a { background-color: #432F35; }
a { background-color: rgb(67,47,53); }
div.DivClassName
{
background-color: #432F35;
}
.BgClassName
{
background-color: #432F35;
}
</style>
border-color css
<style>
span { border-color: #432F35; }
span { border-color: rgb(67,47,53); }
td.TdClassName
{
border-color: #432F35;
}
.TagClassName
{
border-color: #432F35;
}
</style>