Shades of Castro #4D1429
Tints of Castro #4D1429
RGB
CMYK
RGB Variations
Color information
#4D1429 (or 0x4D1429) is known color: Castro. HEX triplet: 4D, 14 and 29. RGB value is (77,20,41). Sum of RGB (Red+Green+Blue) = 77+20+41=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1429 is #B2EBD6. Grayscale: #272727. Windows color (decimal): -11725783 or 2692173. OLE color: 2692173.
HSL color Cylindrical-coordinate representation of color #4D1429: hue angle of 337.89º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1429 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 41 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.70 |
| HSL | 337.89º | 0.59% | 0.19% | - |
| HSV(B) | 337.89º | 0.74% | 0.3% | - |
| XYZ | 3.71 | 2.24 | 2.33 | - |
| YUV | 39.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 41 | 0 | 0.74 | 0.47 | 0.70 | 337.89 | 0.59 | 0.19 |
| Hex | 4D | 14 | 29 | 0 | 4A | 2F | 46 | 152 | 3B | 13 |
| Octal | 115 | 24 | 51 | 0 | 112 | 57 | 106 | 522 | 73 | 23 |
| Binary | 1001101 | 10100 | 101001 | 0 | 1001010 | 101111 | 1000110 | 101010010 | 111011 | 10011 |
Color Harmonies of #4D1429
Complementary color
Monochromatic Colors of #4D1429
Black with #4D1429
Text Example
Text Example
White with #4D1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1429; }
p { color: rgb(77,20,41); }
H1.HeaderClassName
{
color: #4D1429;
}
.AnyTagClassName
{
color: #4D1429;
}
</style>
background-color css
<style>
a { background-color: #4D1429; }
a { background-color: rgb(77,20,41); }
div.DivClassName
{
background-color: #4D1429;
}
.BgClassName
{
background-color: #4D1429;
}
</style>
border-color css
<style>
span { border-color: #4D1429; }
span { border-color: rgb(77,20,41); }
td.TdClassName
{
border-color: #4D1429;
}
.TagClassName
{
border-color: #4D1429;
}
</style>