Shades of Castro #4A2833
Tints of Castro #4A2833
RGB
CMYK
RGB Variations
Color information
#4A2833 (or 0x4A2833) is known color: Castro. HEX triplet: 4A, 28 and 33. RGB value is (74,40,51). Sum of RGB (Red+Green+Blue) = 74+40+51=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2833 is #B5D7CC. Grayscale: #333333. Windows color (decimal): -11917261 or 3352650. OLE color: 3352650.
HSL color Cylindrical-coordinate representation of color #4A2833: hue angle of 340.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A2833 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 51 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.71 |
| HSL | 340.59º | 0.3% | 0.22% | - |
| HSV(B) | 340.59º | 0.46% | 0.29% | - |
| XYZ | 4.18 | 3.21 | 3.53 | - |
| YUV | 51.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 51 | 0 | 0.46 | 0.31 | 0.71 | 340.59 | 0.3 | 0.22 |
| Hex | 4A | 28 | 33 | 0 | 2E | 1F | 47 | 155 | 1E | 16 |
| Octal | 112 | 50 | 63 | 0 | 56 | 37 | 107 | 525 | 36 | 26 |
| Binary | 1001010 | 101000 | 110011 | 0 | 101110 | 11111 | 1000111 | 101010101 | 11110 | 10110 |
Color Harmonies of #4A2833
Complementary color
Monochromatic Colors of #4A2833
Black with #4A2833
Text Example
Text Example
White with #4A2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2833; }
p { color: rgb(74,40,51); }
H1.HeaderClassName
{
color: #4A2833;
}
.AnyTagClassName
{
color: #4A2833;
}
</style>
background-color css
<style>
a { background-color: #4A2833; }
a { background-color: rgb(74,40,51); }
div.DivClassName
{
background-color: #4A2833;
}
.BgClassName
{
background-color: #4A2833;
}
</style>
border-color css
<style>
span { border-color: #4A2833; }
span { border-color: rgb(74,40,51); }
td.TdClassName
{
border-color: #4A2833;
}
.TagClassName
{
border-color: #4A2833;
}
</style>