Shades of Castro #471C2E
Tints of Castro #471C2E
RGB
CMYK
RGB Variations
Color information
#471C2E (or 0x471C2E) is known color: Castro. HEX triplet: 47, 1C and 2E. RGB value is (71,28,46). Sum of RGB (Red+Green+Blue) = 71+28+46=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C2E is #B8E3D1. Grayscale: #2A2A2A. Windows color (decimal): -12116946 or 3021895. OLE color: 3021895.
HSL color Cylindrical-coordinate representation of color #471C2E: hue angle of 334.88º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C2E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 46 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.72 |
| HSL | 334.88º | 0.43% | 0.19% | - |
| HSV(B) | 334.88º | 0.61% | 0.28% | - |
| XYZ | 3.51 | 2.37 | 2.86 | - |
| YUV | 42.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 46 | 0 | 0.61 | 0.35 | 0.72 | 334.88 | 0.43 | 0.19 |
| Hex | 47 | 1C | 2E | 0 | 3D | 23 | 48 | 14F | 2B | 13 |
| Octal | 107 | 34 | 56 | 0 | 75 | 43 | 110 | 517 | 53 | 23 |
| Binary | 1000111 | 11100 | 101110 | 0 | 111101 | 100011 | 1001000 | 101001111 | 101011 | 10011 |
Color Harmonies of #471C2E
Complementary color
Monochromatic Colors of #471C2E
Black with #471C2E
Text Example
Text Example
White with #471C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C2E; }
p { color: rgb(71,28,46); }
H1.HeaderClassName
{
color: #471C2E;
}
.AnyTagClassName
{
color: #471C2E;
}
</style>
background-color css
<style>
a { background-color: #471C2E; }
a { background-color: rgb(71,28,46); }
div.DivClassName
{
background-color: #471C2E;
}
.BgClassName
{
background-color: #471C2E;
}
</style>
border-color css
<style>
span { border-color: #471C2E; }
span { border-color: rgb(71,28,46); }
td.TdClassName
{
border-color: #471C2E;
}
.TagClassName
{
border-color: #471C2E;
}
</style>