Shades of Castro #472A34
Tints of Castro #472A34
RGB
CMYK
RGB Variations
Color information
#472A34 (or 0x472A34) is known color: Castro. HEX triplet: 47, 2A and 34. RGB value is (71,42,52). Sum of RGB (Red+Green+Blue) = 71+42+52=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A34 is #B8D5CB. Grayscale: #333333. Windows color (decimal): -12113356 or 3418695. OLE color: 3418695.
HSL color Cylindrical-coordinate representation of color #472A34: hue angle of 339.31º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A34 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 52 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.72 |
| HSL | 339.31º | 0.26% | 0.22% | - |
| HSV(B) | 339.31º | 0.41% | 0.28% | - |
| XYZ | 4.05 | 3.24 | 3.66 | - |
| YUV | 51.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 52 | 0 | 0.41 | 0.27 | 0.72 | 339.31 | 0.26 | 0.22 |
| Hex | 47 | 2A | 34 | 0 | 29 | 1B | 48 | 153 | 1A | 16 |
| Octal | 107 | 52 | 64 | 0 | 51 | 33 | 110 | 523 | 32 | 26 |
| Binary | 1000111 | 101010 | 110100 | 0 | 101001 | 11011 | 1001000 | 101010011 | 11010 | 10110 |
Color Harmonies of #472A34
Complementary color
Monochromatic Colors of #472A34
Black with #472A34
Text Example
Text Example
White with #472A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A34; }
p { color: rgb(71,42,52); }
H1.HeaderClassName
{
color: #472A34;
}
.AnyTagClassName
{
color: #472A34;
}
</style>
background-color css
<style>
a { background-color: #472A34; }
a { background-color: rgb(71,42,52); }
div.DivClassName
{
background-color: #472A34;
}
.BgClassName
{
background-color: #472A34;
}
</style>
border-color css
<style>
span { border-color: #472A34; }
span { border-color: rgb(71,42,52); }
td.TdClassName
{
border-color: #472A34;
}
.TagClassName
{
border-color: #472A34;
}
</style>