Shades of Castro #471D2D
Tints of Castro #471D2D
RGB
CMYK
RGB Variations
Color information
#471D2D (or 0x471D2D) is known color: Castro. HEX triplet: 47, 1D and 2D. RGB value is (71,29,45). Sum of RGB (Red+Green+Blue) = 71+29+45=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D2D is #B8E2D2. Grayscale: #2B2B2B. Windows color (decimal): -12116691 or 2956615. OLE color: 2956615.
HSL color Cylindrical-coordinate representation of color #471D2D: hue angle of 337.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D2D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 45 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.72 |
| HSL | 337.14º | 0.42% | 0.2% | - |
| HSV(B) | 337.14º | 0.59% | 0.28% | - |
| XYZ | 3.51 | 2.41 | 2.76 | - |
| YUV | 43.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 45 | 0 | 0.59 | 0.37 | 0.72 | 337.14 | 0.42 | 0.2 |
| Hex | 47 | 1D | 2D | 0 | 3B | 25 | 48 | 151 | 2A | 14 |
| Octal | 107 | 35 | 55 | 0 | 73 | 45 | 110 | 521 | 52 | 24 |
| Binary | 1000111 | 11101 | 101101 | 0 | 111011 | 100101 | 1001000 | 101010001 | 101010 | 10100 |
Color Harmonies of #471D2D
Complementary color
Monochromatic Colors of #471D2D
Black with #471D2D
Text Example
Text Example
White with #471D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D2D; }
p { color: rgb(71,29,45); }
H1.HeaderClassName
{
color: #471D2D;
}
.AnyTagClassName
{
color: #471D2D;
}
</style>
background-color css
<style>
a { background-color: #471D2D; }
a { background-color: rgb(71,29,45); }
div.DivClassName
{
background-color: #471D2D;
}
.BgClassName
{
background-color: #471D2D;
}
</style>
border-color css
<style>
span { border-color: #471D2D; }
span { border-color: rgb(71,29,45); }
td.TdClassName
{
border-color: #471D2D;
}
.TagClassName
{
border-color: #471D2D;
}
</style>