Shades of Castro #471B2A
Tints of Castro #471B2A
RGB
CMYK
RGB Variations
Color information
#471B2A (or 0x471B2A) is known color: Castro. HEX triplet: 47, 1B and 2A. RGB value is (71,27,42). Sum of RGB (Red+Green+Blue) = 71+27+42=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B2A is #B8E4D5. Grayscale: #292929. Windows color (decimal): -12117206 or 2759495. OLE color: 2759495.
HSL color Cylindrical-coordinate representation of color #471B2A: hue angle of 339.55º 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 #471B2A is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 42 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.72 |
| HSL | 339.55º | 0.45% | 0.19% | - |
| HSV(B) | 339.55º | 0.62% | 0.28% | - |
| XYZ | 3.41 | 2.29 | 2.45 | - |
| YUV | 41.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 42 | 0 | 0.62 | 0.41 | 0.72 | 339.55 | 0.45 | 0.19 |
| Hex | 47 | 1B | 2A | 0 | 3E | 29 | 48 | 154 | 2D | 13 |
| Octal | 107 | 33 | 52 | 0 | 76 | 51 | 110 | 524 | 55 | 23 |
| Binary | 1000111 | 11011 | 101010 | 0 | 111110 | 101001 | 1001000 | 101010100 | 101101 | 10011 |
Color Harmonies of #471B2A
Complementary color
Monochromatic Colors of #471B2A
Black with #471B2A
Text Example
Text Example
White with #471B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B2A; }
p { color: rgb(71,27,42); }
H1.HeaderClassName
{
color: #471B2A;
}
.AnyTagClassName
{
color: #471B2A;
}
</style>
background-color css
<style>
a { background-color: #471B2A; }
a { background-color: rgb(71,27,42); }
div.DivClassName
{
background-color: #471B2A;
}
.BgClassName
{
background-color: #471B2A;
}
</style>
border-color css
<style>
span { border-color: #471B2A; }
span { border-color: rgb(71,27,42); }
td.TdClassName
{
border-color: #471B2A;
}
.TagClassName
{
border-color: #471B2A;
}
</style>