Shades of Castro #4A1629
Tints of Castro #4A1629
RGB
CMYK
RGB Variations
Color information
#4A1629 (or 0x4A1629) is known color: Castro. HEX triplet: 4A, 16 and 29. RGB value is (74,22,41). Sum of RGB (Red+Green+Blue) = 74+22+41=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1629 is #B5E9D6. Grayscale: #272727. Windows color (decimal): -11921879 or 2692682. OLE color: 2692682.
HSL color Cylindrical-coordinate representation of color #4A1629: hue angle of 338.08º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1629 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 41 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.71 |
| HSL | 338.08º | 0.54% | 0.19% | - |
| HSV(B) | 338.08º | 0.7% | 0.29% | - |
| XYZ | 3.51 | 2.19 | 2.34 | - |
| YUV | 39.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 41 | 0 | 0.70 | 0.45 | 0.71 | 338.08 | 0.54 | 0.19 |
| Hex | 4A | 16 | 29 | 0 | 46 | 2D | 47 | 152 | 36 | 13 |
| Octal | 112 | 26 | 51 | 0 | 106 | 55 | 107 | 522 | 66 | 23 |
| Binary | 1001010 | 10110 | 101001 | 0 | 1000110 | 101101 | 1000111 | 101010010 | 110110 | 10011 |
Color Harmonies of #4A1629
Complementary color
Monochromatic Colors of #4A1629
Black with #4A1629
Text Example
Text Example
White with #4A1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1629; }
p { color: rgb(74,22,41); }
H1.HeaderClassName
{
color: #4A1629;
}
.AnyTagClassName
{
color: #4A1629;
}
</style>
background-color css
<style>
a { background-color: #4A1629; }
a { background-color: rgb(74,22,41); }
div.DivClassName
{
background-color: #4A1629;
}
.BgClassName
{
background-color: #4A1629;
}
</style>
border-color css
<style>
span { border-color: #4A1629; }
span { border-color: rgb(74,22,41); }
td.TdClassName
{
border-color: #4A1629;
}
.TagClassName
{
border-color: #4A1629;
}
</style>