Shades of Castro #4E1429
Tints of Castro #4E1429
RGB
CMYK
RGB Variations
Color information
#4E1429 (or 0x4E1429) is known color: Castro. HEX triplet: 4E, 14 and 29. RGB value is (78,20,41). Sum of RGB (Red+Green+Blue) = 78+20+41=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1429 is #B1EBD6. Grayscale: #272727. Windows color (decimal): -11660247 or 2692174. OLE color: 2692174.
HSL color Cylindrical-coordinate representation of color #4E1429: hue angle of 338.28º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1429 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 41 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.69 |
| HSL | 338.28º | 0.59% | 0.19% | - |
| HSV(B) | 338.28º | 0.74% | 0.31% | - |
| XYZ | 3.79 | 2.28 | 2.34 | - |
| YUV | 39.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 41 | 0 | 0.74 | 0.47 | 0.69 | 338.28 | 0.59 | 0.19 |
| Hex | 4E | 14 | 29 | 0 | 4A | 2F | 45 | 152 | 3B | 13 |
| Octal | 116 | 24 | 51 | 0 | 112 | 57 | 105 | 522 | 73 | 23 |
| Binary | 1001110 | 10100 | 101001 | 0 | 1001010 | 101111 | 1000101 | 101010010 | 111011 | 10011 |
Color Harmonies of #4E1429
Complementary color
Monochromatic Colors of #4E1429
Black with #4E1429
Text Example
Text Example
White with #4E1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1429; }
p { color: rgb(78,20,41); }
H1.HeaderClassName
{
color: #4E1429;
}
.AnyTagClassName
{
color: #4E1429;
}
</style>
background-color css
<style>
a { background-color: #4E1429; }
a { background-color: rgb(78,20,41); }
div.DivClassName
{
background-color: #4E1429;
}
.BgClassName
{
background-color: #4E1429;
}
</style>
border-color css
<style>
span { border-color: #4E1429; }
span { border-color: rgb(78,20,41); }
td.TdClassName
{
border-color: #4E1429;
}
.TagClassName
{
border-color: #4E1429;
}
</style>