Shades of Castro #471D2B
Tints of Castro #471D2B
RGB
CMYK
RGB Variations
Color information
#471D2B (or 0x471D2B) is known color: Castro. HEX triplet: 47, 1D and 2B. RGB value is (71,29,43). Sum of RGB (Red+Green+Blue) = 71+29+43=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2B is #B8E2D4. Grayscale: #2B2B2B. Windows color (decimal): -12116693 or 2825543. OLE color: 2825543.
HSL color Cylindrical-coordinate representation of color #471D2B: hue angle of 340º 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 #471D2B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 43 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.72 |
| HSL | 340º | 0.42% | 0.2% | - |
| HSV(B) | 340º | 0.59% | 0.28% | - |
| XYZ | 3.47 | 2.39 | 2.56 | - |
| YUV | 43.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 43 | 0 | 0.59 | 0.39 | 0.72 | 340 | 0.42 | 0.2 |
| Hex | 47 | 1D | 2B | 0 | 3B | 27 | 48 | 154 | 2A | 14 |
| Octal | 107 | 35 | 53 | 0 | 73 | 47 | 110 | 524 | 52 | 24 |
| Binary | 1000111 | 11101 | 101011 | 0 | 111011 | 100111 | 1001000 | 101010100 | 101010 | 10100 |
Color Harmonies of #471D2B
Complementary color
Monochromatic Colors of #471D2B
Black with #471D2B
Text Example
Text Example
White with #471D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D2B; }
p { color: rgb(71,29,43); }
H1.HeaderClassName
{
color: #471D2B;
}
.AnyTagClassName
{
color: #471D2B;
}
</style>
background-color css
<style>
a { background-color: #471D2B; }
a { background-color: rgb(71,29,43); }
div.DivClassName
{
background-color: #471D2B;
}
.BgClassName
{
background-color: #471D2B;
}
</style>
border-color css
<style>
span { border-color: #471D2B; }
span { border-color: rgb(71,29,43); }
td.TdClassName
{
border-color: #471D2B;
}
.TagClassName
{
border-color: #471D2B;
}
</style>