Shades of Castro #4A2431
Tints of Castro #4A2431
RGB
CMYK
RGB Variations
Color information
#4A2431 (or 0x4A2431) is known color: Castro. HEX triplet: 4A, 24 and 31. RGB value is (74,36,49). Sum of RGB (Red+Green+Blue) = 74+36+49=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2431 is #B5DBCE. Grayscale: #303030. Windows color (decimal): -11918287 or 3220554. OLE color: 3220554.
HSL color Cylindrical-coordinate representation of color #4A2431: hue angle of 339.47º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2431 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 49 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.71 |
| HSL | 339.47º | 0.35% | 0.22% | - |
| HSV(B) | 339.47º | 0.51% | 0.29% | - |
| XYZ | 4.01 | 2.94 | 3.26 | - |
| YUV | 48.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 49 | 0 | 0.51 | 0.34 | 0.71 | 339.47 | 0.35 | 0.22 |
| Hex | 4A | 24 | 31 | 0 | 33 | 22 | 47 | 153 | 23 | 16 |
| Octal | 112 | 44 | 61 | 0 | 63 | 42 | 107 | 523 | 43 | 26 |
| Binary | 1001010 | 100100 | 110001 | 0 | 110011 | 100010 | 1000111 | 101010011 | 100011 | 10110 |
Color Harmonies of #4A2431
Complementary color
Monochromatic Colors of #4A2431
Black with #4A2431
Text Example
Text Example
White with #4A2431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2431; }
p { color: rgb(74,36,49); }
H1.HeaderClassName
{
color: #4A2431;
}
.AnyTagClassName
{
color: #4A2431;
}
</style>
background-color css
<style>
a { background-color: #4A2431; }
a { background-color: rgb(74,36,49); }
div.DivClassName
{
background-color: #4A2431;
}
.BgClassName
{
background-color: #4A2431;
}
</style>
border-color css
<style>
span { border-color: #4A2431; }
span { border-color: rgb(74,36,49); }
td.TdClassName
{
border-color: #4A2431;
}
.TagClassName
{
border-color: #4A2431;
}
</style>