Shades of Castro #491C2E
Tints of Castro #491C2E
RGB
CMYK
RGB Variations
Color information
#491C2E (or 0x491C2E) is known color: Castro. HEX triplet: 49, 1C and 2E. RGB value is (73,28,46). Sum of RGB (Red+Green+Blue) = 73+28+46=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C2E is #B6E3D1. Grayscale: #2B2B2B. Windows color (decimal): -11985874 or 3021897. OLE color: 3021897.
HSL color Cylindrical-coordinate representation of color #491C2E: hue angle of 336º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C2E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 46 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.71 |
| HSL | 336º | 0.45% | 0.2% | - |
| HSV(B) | 336º | 0.62% | 0.29% | - |
| XYZ | 3.66 | 2.44 | 2.86 | - |
| YUV | 43.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 46 | 0 | 0.62 | 0.37 | 0.71 | 336 | 0.45 | 0.2 |
| Hex | 49 | 1C | 2E | 0 | 3E | 25 | 47 | 150 | 2D | 14 |
| Octal | 111 | 34 | 56 | 0 | 76 | 45 | 107 | 520 | 55 | 24 |
| Binary | 1001001 | 11100 | 101110 | 0 | 111110 | 100101 | 1000111 | 101010000 | 101101 | 10100 |
Color Harmonies of #491C2E
Complementary color
Monochromatic Colors of #491C2E
Black with #491C2E
Text Example
Text Example
White with #491C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C2E; }
p { color: rgb(73,28,46); }
H1.HeaderClassName
{
color: #491C2E;
}
.AnyTagClassName
{
color: #491C2E;
}
</style>
background-color css
<style>
a { background-color: #491C2E; }
a { background-color: rgb(73,28,46); }
div.DivClassName
{
background-color: #491C2E;
}
.BgClassName
{
background-color: #491C2E;
}
</style>
border-color css
<style>
span { border-color: #491C2E; }
span { border-color: rgb(73,28,46); }
td.TdClassName
{
border-color: #491C2E;
}
.TagClassName
{
border-color: #491C2E;
}
</style>