Shades of Castro #492233
Tints of Castro #492233
RGB
CMYK
RGB Variations
Color information
#492233 (or 0x492233) is known color: Castro. HEX triplet: 49, 22 and 33. RGB value is (73,34,51). Sum of RGB (Red+Green+Blue) = 73+34+51=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492233 is #B6DDCC. Grayscale: #2F2F2F. Windows color (decimal): -11984333 or 3351113. OLE color: 3351113.
HSL color Cylindrical-coordinate representation of color #492233: hue angle of 333.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492233 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 51 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.71 |
| HSL | 333.85º | 0.36% | 0.21% | - |
| HSV(B) | 333.85º | 0.53% | 0.29% | - |
| XYZ | 3.92 | 2.8 | 3.47 | - |
| YUV | 47.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 51 | 0 | 0.53 | 0.30 | 0.71 | 333.85 | 0.36 | 0.21 |
| Hex | 49 | 22 | 33 | 0 | 35 | 1E | 47 | 14E | 24 | 15 |
| Octal | 111 | 42 | 63 | 0 | 65 | 36 | 107 | 516 | 44 | 25 |
| Binary | 1001001 | 100010 | 110011 | 0 | 110101 | 11110 | 1000111 | 101001110 | 100100 | 10101 |
Color Harmonies of #492233
Complementary color
Monochromatic Colors of #492233
Black with #492233
Text Example
Text Example
White with #492233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492233; }
p { color: rgb(73,34,51); }
H1.HeaderClassName
{
color: #492233;
}
.AnyTagClassName
{
color: #492233;
}
</style>
background-color css
<style>
a { background-color: #492233; }
a { background-color: rgb(73,34,51); }
div.DivClassName
{
background-color: #492233;
}
.BgClassName
{
background-color: #492233;
}
</style>
border-color css
<style>
span { border-color: #492233; }
span { border-color: rgb(73,34,51); }
td.TdClassName
{
border-color: #492233;
}
.TagClassName
{
border-color: #492233;
}
</style>