Shades of Castro #471F2C
Tints of Castro #471F2C
RGB
CMYK
RGB Variations
Color information
#471F2C (or 0x471F2C) is known color: Castro. HEX triplet: 47, 1F and 2C. RGB value is (71,31,44). Sum of RGB (Red+Green+Blue) = 71+31+44=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F2C is #B8E0D3. Grayscale: #2C2C2C. Windows color (decimal): -12116180 or 2891591. OLE color: 2891591.
HSL color Cylindrical-coordinate representation of color #471F2C: hue angle of 340.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F2C is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 44 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.72 |
| HSL | 340.5º | 0.39% | 0.2% | - |
| HSV(B) | 340.5º | 0.56% | 0.28% | - |
| XYZ | 3.54 | 2.5 | 2.68 | - |
| YUV | 44.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 44 | 0 | 0.56 | 0.38 | 0.72 | 340.5 | 0.39 | 0.2 |
| Hex | 47 | 1F | 2C | 0 | 38 | 26 | 48 | 154 | 27 | 14 |
| Octal | 107 | 37 | 54 | 0 | 70 | 46 | 110 | 524 | 47 | 24 |
| Binary | 1000111 | 11111 | 101100 | 0 | 111000 | 100110 | 1001000 | 101010100 | 100111 | 10100 |
Color Harmonies of #471F2C
Complementary color
Monochromatic Colors of #471F2C
Black with #471F2C
Text Example
Text Example
White with #471F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F2C; }
p { color: rgb(71,31,44); }
H1.HeaderClassName
{
color: #471F2C;
}
.AnyTagClassName
{
color: #471F2C;
}
</style>
background-color css
<style>
a { background-color: #471F2C; }
a { background-color: rgb(71,31,44); }
div.DivClassName
{
background-color: #471F2C;
}
.BgClassName
{
background-color: #471F2C;
}
</style>
border-color css
<style>
span { border-color: #471F2C; }
span { border-color: rgb(71,31,44); }
td.TdClassName
{
border-color: #471F2C;
}
.TagClassName
{
border-color: #471F2C;
}
</style>