Shades of Castro #471D2F
Tints of Castro #471D2F
RGB
CMYK
RGB Variations
Color information
#471D2F (or 0x471D2F) is known color: Castro. HEX triplet: 47, 1D and 2F. RGB value is (71,29,47). Sum of RGB (Red+Green+Blue) = 71+29+47=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2F is #B8E2D0. Grayscale: #2B2B2B. Windows color (decimal): -12116689 or 3087687. OLE color: 3087687.
HSL color Cylindrical-coordinate representation of color #471D2F: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D2F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 47 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.72 |
| HSL | 334.29º | 0.42% | 0.2% | - |
| HSV(B) | 334.29º | 0.59% | 0.28% | - |
| XYZ | 3.55 | 2.42 | 2.97 | - |
| YUV | 43.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 47 | 0 | 0.59 | 0.34 | 0.72 | 334.29 | 0.42 | 0.2 |
| Hex | 47 | 1D | 2F | 0 | 3B | 22 | 48 | 14E | 2A | 14 |
| Octal | 107 | 35 | 57 | 0 | 73 | 42 | 110 | 516 | 52 | 24 |
| Binary | 1000111 | 11101 | 101111 | 0 | 111011 | 100010 | 1001000 | 101001110 | 101010 | 10100 |
Color Harmonies of #471D2F
Complementary color
Monochromatic Colors of #471D2F
Black with #471D2F
Text Example
Text Example
White with #471D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D2F; }
p { color: rgb(71,29,47); }
H1.HeaderClassName
{
color: #471D2F;
}
.AnyTagClassName
{
color: #471D2F;
}
</style>
background-color css
<style>
a { background-color: #471D2F; }
a { background-color: rgb(71,29,47); }
div.DivClassName
{
background-color: #471D2F;
}
.BgClassName
{
background-color: #471D2F;
}
</style>
border-color css
<style>
span { border-color: #471D2F; }
span { border-color: rgb(71,29,47); }
td.TdClassName
{
border-color: #471D2F;
}
.TagClassName
{
border-color: #471D2F;
}
</style>