Shades of Castro #471D2E
Tints of Castro #471D2E
RGB
CMYK
RGB Variations
Color information
#471D2E (or 0x471D2E) is known color: Castro. HEX triplet: 47, 1D and 2E. RGB value is (71,29,46). Sum of RGB (Red+Green+Blue) = 71+29+46=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2E is #B8E2D1. Grayscale: #2B2B2B. Windows color (decimal): -12116690 or 3022151. OLE color: 3022151.
HSL color Cylindrical-coordinate representation of color #471D2E: hue angle of 335.71º 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 #471D2E is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 46 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.72 |
| HSL | 335.71º | 0.42% | 0.2% | - |
| HSV(B) | 335.71º | 0.59% | 0.28% | - |
| XYZ | 3.53 | 2.42 | 2.86 | - |
| YUV | 43.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 46 | 0 | 0.59 | 0.35 | 0.72 | 335.71 | 0.42 | 0.2 |
| Hex | 47 | 1D | 2E | 0 | 3B | 23 | 48 | 150 | 2A | 14 |
| Octal | 107 | 35 | 56 | 0 | 73 | 43 | 110 | 520 | 52 | 24 |
| Binary | 1000111 | 11101 | 101110 | 0 | 111011 | 100011 | 1001000 | 101010000 | 101010 | 10100 |
Color Harmonies of #471D2E
Complementary color
Monochromatic Colors of #471D2E
Black with #471D2E
Text Example
Text Example
White with #471D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D2E; }
p { color: rgb(71,29,46); }
H1.HeaderClassName
{
color: #471D2E;
}
.AnyTagClassName
{
color: #471D2E;
}
</style>
background-color css
<style>
a { background-color: #471D2E; }
a { background-color: rgb(71,29,46); }
div.DivClassName
{
background-color: #471D2E;
}
.BgClassName
{
background-color: #471D2E;
}
</style>
border-color css
<style>
span { border-color: #471D2E; }
span { border-color: rgb(71,29,46); }
td.TdClassName
{
border-color: #471D2E;
}
.TagClassName
{
border-color: #471D2E;
}
</style>