Shades of Castro #471F2A
Tints of Castro #471F2A
RGB
CMYK
RGB Variations
Color information
#471F2A (or 0x471F2A) is known color: Castro. HEX triplet: 47, 1F and 2A. RGB value is (71,31,42). Sum of RGB (Red+Green+Blue) = 71+31+42=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F2A is #B8E0D5. Grayscale: #2C2C2C. Windows color (decimal): -12116182 or 2760519. OLE color: 2760519.
HSL color Cylindrical-coordinate representation of color #471F2A: hue angle of 343.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 #471F2A is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 42 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.72 |
| HSL | 343.5º | 0.39% | 0.2% | - |
| HSV(B) | 343.5º | 0.56% | 0.28% | - |
| XYZ | 3.51 | 2.49 | 2.49 | - |
| YUV | 44.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 42 | 0 | 0.56 | 0.41 | 0.72 | 343.5 | 0.39 | 0.2 |
| Hex | 47 | 1F | 2A | 0 | 38 | 29 | 48 | 158 | 27 | 14 |
| Octal | 107 | 37 | 52 | 0 | 70 | 51 | 110 | 530 | 47 | 24 |
| Binary | 1000111 | 11111 | 101010 | 0 | 111000 | 101001 | 1001000 | 101011000 | 100111 | 10100 |
Color Harmonies of #471F2A
Complementary color
Monochromatic Colors of #471F2A
Black with #471F2A
Text Example
Text Example
White with #471F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F2A; }
p { color: rgb(71,31,42); }
H1.HeaderClassName
{
color: #471F2A;
}
.AnyTagClassName
{
color: #471F2A;
}
</style>
background-color css
<style>
a { background-color: #471F2A; }
a { background-color: rgb(71,31,42); }
div.DivClassName
{
background-color: #471F2A;
}
.BgClassName
{
background-color: #471F2A;
}
</style>
border-color css
<style>
span { border-color: #471F2A; }
span { border-color: rgb(71,31,42); }
td.TdClassName
{
border-color: #471F2A;
}
.TagClassName
{
border-color: #471F2A;
}
</style>