Shades of Castro #492031
Tints of Castro #492031
RGB
CMYK
RGB Variations
Color information
#492031 (or 0x492031) is known color: Castro. HEX triplet: 49, 20 and 31. RGB value is (73,32,49). Sum of RGB (Red+Green+Blue) = 73+32+49=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492031 is #B6DFCE. Grayscale: #2E2E2E. Windows color (decimal): -11984847 or 3219529. OLE color: 3219529.
HSL color Cylindrical-coordinate representation of color #492031: hue angle of 335.12º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492031 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 49 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.71 |
| HSL | 335.12º | 0.39% | 0.21% | - |
| HSV(B) | 335.12º | 0.56% | 0.29% | - |
| XYZ | 3.82 | 2.67 | 3.22 | - |
| YUV | 46.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 49 | 0 | 0.56 | 0.33 | 0.71 | 335.12 | 0.39 | 0.21 |
| Hex | 49 | 20 | 31 | 0 | 38 | 21 | 47 | 14F | 27 | 15 |
| Octal | 111 | 40 | 61 | 0 | 70 | 41 | 107 | 517 | 47 | 25 |
| Binary | 1001001 | 100000 | 110001 | 0 | 111000 | 100001 | 1000111 | 101001111 | 100111 | 10101 |
Color Harmonies of #492031
Complementary color
Monochromatic Colors of #492031
Black with #492031
Text Example
Text Example
White with #492031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492031; }
p { color: rgb(73,32,49); }
H1.HeaderClassName
{
color: #492031;
}
.AnyTagClassName
{
color: #492031;
}
</style>
background-color css
<style>
a { background-color: #492031; }
a { background-color: rgb(73,32,49); }
div.DivClassName
{
background-color: #492031;
}
.BgClassName
{
background-color: #492031;
}
</style>
border-color css
<style>
span { border-color: #492031; }
span { border-color: rgb(73,32,49); }
td.TdClassName
{
border-color: #492031;
}
.TagClassName
{
border-color: #492031;
}
</style>