Shades of Castro #47232E
Tints of Castro #47232E
RGB
CMYK
RGB Variations
Color information
#47232E (or 0x47232E) is known color: Castro. HEX triplet: 47, 23 and 2E. RGB value is (71,35,46). Sum of RGB (Red+Green+Blue) = 71+35+46=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232E is #B8DCD1. Grayscale: #2F2F2F. Windows color (decimal): -12115154 or 3023687. OLE color: 3023687.
HSL color Cylindrical-coordinate representation of color #47232E: hue angle of 341.67º 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 #47232E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 35 | 46 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.72 |
| HSL | 341.67º | 0.34% | 0.21% | - |
| HSV(B) | 341.67º | 0.51% | 0.28% | - |
| XYZ | 3.69 | 2.74 | 2.92 | - |
| YUV | 47.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 46 | 0 | 0.51 | 0.35 | 0.72 | 341.67 | 0.34 | 0.21 |
| Hex | 47 | 23 | 2E | 0 | 33 | 23 | 48 | 156 | 22 | 15 |
| Octal | 107 | 43 | 56 | 0 | 63 | 43 | 110 | 526 | 42 | 25 |
| Binary | 1000111 | 100011 | 101110 | 0 | 110011 | 100011 | 1001000 | 101010110 | 100010 | 10101 |
Color Harmonies of #47232E
Complementary color
Monochromatic Colors of #47232E
Black with #47232E
Text Example
Text Example
White with #47232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47232E; }
p { color: rgb(71,35,46); }
H1.HeaderClassName
{
color: #47232E;
}
.AnyTagClassName
{
color: #47232E;
}
</style>
background-color css
<style>
a { background-color: #47232E; }
a { background-color: rgb(71,35,46); }
div.DivClassName
{
background-color: #47232E;
}
.BgClassName
{
background-color: #47232E;
}
</style>
border-color css
<style>
span { border-color: #47232E; }
span { border-color: rgb(71,35,46); }
td.TdClassName
{
border-color: #47232E;
}
.TagClassName
{
border-color: #47232E;
}
</style>