Shades of Castro #471B2B
Tints of Castro #471B2B
RGB
CMYK
RGB Variations
Color information
#471B2B (or 0x471B2B) is known color: Castro. HEX triplet: 47, 1B and 2B. RGB value is (71,27,43). Sum of RGB (Red+Green+Blue) = 71+27+43=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B2B is #B8E4D4. Grayscale: #292929. Windows color (decimal): -12117205 or 2825031. OLE color: 2825031.
HSL color Cylindrical-coordinate representation of color #471B2B: hue angle of 338.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B2B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 43 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.72 |
| HSL | 338.18º | 0.45% | 0.19% | - |
| HSV(B) | 338.18º | 0.62% | 0.28% | - |
| XYZ | 3.43 | 2.3 | 2.55 | - |
| YUV | 41.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 43 | 0 | 0.62 | 0.39 | 0.72 | 338.18 | 0.45 | 0.19 |
| Hex | 47 | 1B | 2B | 0 | 3E | 27 | 48 | 152 | 2D | 13 |
| Octal | 107 | 33 | 53 | 0 | 76 | 47 | 110 | 522 | 55 | 23 |
| Binary | 1000111 | 11011 | 101011 | 0 | 111110 | 100111 | 1001000 | 101010010 | 101101 | 10011 |
Color Harmonies of #471B2B
Complementary color
Monochromatic Colors of #471B2B
Black with #471B2B
Text Example
Text Example
White with #471B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B2B; }
p { color: rgb(71,27,43); }
H1.HeaderClassName
{
color: #471B2B;
}
.AnyTagClassName
{
color: #471B2B;
}
</style>
background-color css
<style>
a { background-color: #471B2B; }
a { background-color: rgb(71,27,43); }
div.DivClassName
{
background-color: #471B2B;
}
.BgClassName
{
background-color: #471B2B;
}
</style>
border-color css
<style>
span { border-color: #471B2B; }
span { border-color: rgb(71,27,43); }
td.TdClassName
{
border-color: #471B2B;
}
.TagClassName
{
border-color: #471B2B;
}
</style>