Shades of Castro #472832
Tints of Castro #472832
RGB
CMYK
RGB Variations
Color information
#472832 (or 0x472832) is known color: Castro. HEX triplet: 47, 28 and 32. RGB value is (71,40,50). Sum of RGB (Red+Green+Blue) = 71+40+50=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472832 is #B8D7CD. Grayscale: #323232. Windows color (decimal): -12113870 or 3287111. OLE color: 3287111.
HSL color Cylindrical-coordinate representation of color #472832: hue angle of 340.65º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472832 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 50 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.72 |
| HSL | 340.65º | 0.28% | 0.22% | - |
| HSV(B) | 340.65º | 0.44% | 0.28% | - |
| XYZ | 3.93 | 3.09 | 3.41 | - |
| YUV | 50.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 50 | 0 | 0.44 | 0.30 | 0.72 | 340.65 | 0.28 | 0.22 |
| Hex | 47 | 28 | 32 | 0 | 2C | 1E | 48 | 155 | 1C | 16 |
| Octal | 107 | 50 | 62 | 0 | 54 | 36 | 110 | 525 | 34 | 26 |
| Binary | 1000111 | 101000 | 110010 | 0 | 101100 | 11110 | 1001000 | 101010101 | 11100 | 10110 |
Color Harmonies of #472832
Complementary color
Monochromatic Colors of #472832
Black with #472832
Text Example
Text Example
White with #472832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472832; }
p { color: rgb(71,40,50); }
H1.HeaderClassName
{
color: #472832;
}
.AnyTagClassName
{
color: #472832;
}
</style>
background-color css
<style>
a { background-color: #472832; }
a { background-color: rgb(71,40,50); }
div.DivClassName
{
background-color: #472832;
}
.BgClassName
{
background-color: #472832;
}
</style>
border-color css
<style>
span { border-color: #472832; }
span { border-color: rgb(71,40,50); }
td.TdClassName
{
border-color: #472832;
}
.TagClassName
{
border-color: #472832;
}
</style>