Shades of Castro #47232D
Tints of Castro #47232D
RGB
CMYK
RGB Variations
Color information
#47232D (or 0x47232D) is known color: Castro. HEX triplet: 47, 23 and 2D. RGB value is (71,35,45). Sum of RGB (Red+Green+Blue) = 71+35+45=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232D is #B8DCD2. Grayscale: #2E2E2E. Windows color (decimal): -12115155 or 2958151. OLE color: 2958151.
HSL color Cylindrical-coordinate representation of color #47232D: hue angle of 343.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47232D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 35 | 45 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.72 |
| HSL | 343.33º | 0.34% | 0.21% | - |
| HSV(B) | 343.33º | 0.51% | 0.28% | - |
| XYZ | 3.67 | 2.73 | 2.82 | - |
| YUV | 46.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 45 | 0 | 0.51 | 0.37 | 0.72 | 343.33 | 0.34 | 0.21 |
| Hex | 47 | 23 | 2D | 0 | 33 | 25 | 48 | 157 | 22 | 15 |
| Octal | 107 | 43 | 55 | 0 | 63 | 45 | 110 | 527 | 42 | 25 |
| Binary | 1000111 | 100011 | 101101 | 0 | 110011 | 100101 | 1001000 | 101010111 | 100010 | 10101 |
Color Harmonies of #47232D
Complementary color
Monochromatic Colors of #47232D
Black with #47232D
Text Example
Text Example
White with #47232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47232D; }
p { color: rgb(71,35,45); }
H1.HeaderClassName
{
color: #47232D;
}
.AnyTagClassName
{
color: #47232D;
}
</style>
background-color css
<style>
a { background-color: #47232D; }
a { background-color: rgb(71,35,45); }
div.DivClassName
{
background-color: #47232D;
}
.BgClassName
{
background-color: #47232D;
}
</style>
border-color css
<style>
span { border-color: #47232D; }
span { border-color: rgb(71,35,45); }
td.TdClassName
{
border-color: #47232D;
}
.TagClassName
{
border-color: #47232D;
}
</style>