Shades of Castro #471A2A
Tints of Castro #471A2A
RGB
CMYK
RGB Variations
Color information
#471A2A (or 0x471A2A) is known color: Castro. HEX triplet: 47, 1A and 2A. RGB value is (71,26,42). Sum of RGB (Red+Green+Blue) = 71+26+42=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2A is #B8E5D5. Grayscale: #292929. Windows color (decimal): -12117462 or 2759239. OLE color: 2759239.
HSL color Cylindrical-coordinate representation of color #471A2A: hue angle of 338.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A2A is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 42 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.72 |
| HSL | 338.67º | 0.46% | 0.19% | - |
| HSV(B) | 338.67º | 0.63% | 0.28% | - |
| XYZ | 3.39 | 2.25 | 2.45 | - |
| YUV | 41.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 42 | 0 | 0.63 | 0.41 | 0.72 | 338.67 | 0.46 | 0.19 |
| Hex | 47 | 1A | 2A | 0 | 3F | 29 | 48 | 153 | 2E | 13 |
| Octal | 107 | 32 | 52 | 0 | 77 | 51 | 110 | 523 | 56 | 23 |
| Binary | 1000111 | 11010 | 101010 | 0 | 111111 | 101001 | 1001000 | 101010011 | 101110 | 10011 |
Color Harmonies of #471A2A
Complementary color
Monochromatic Colors of #471A2A
Black with #471A2A
Text Example
Text Example
White with #471A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A2A; }
p { color: rgb(71,26,42); }
H1.HeaderClassName
{
color: #471A2A;
}
.AnyTagClassName
{
color: #471A2A;
}
</style>
background-color css
<style>
a { background-color: #471A2A; }
a { background-color: rgb(71,26,42); }
div.DivClassName
{
background-color: #471A2A;
}
.BgClassName
{
background-color: #471A2A;
}
</style>
border-color css
<style>
span { border-color: #471A2A; }
span { border-color: rgb(71,26,42); }
td.TdClassName
{
border-color: #471A2A;
}
.TagClassName
{
border-color: #471A2A;
}
</style>