Shades of Castro #4E192D
Tints of Castro #4E192D
RGB
CMYK
RGB Variations
Color information
#4E192D (or 0x4E192D) is known color: Castro. HEX triplet: 4E, 19 and 2D. RGB value is (78,25,45). Sum of RGB (Red+Green+Blue) = 78+25+45=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192D is #B1E6D2. Grayscale: #2B2B2B. Windows color (decimal): -11658963 or 2955598. OLE color: 2955598.
HSL color Cylindrical-coordinate representation of color #4E192D: hue angle of 337.36º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E192D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 45 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.69 |
| HSL | 337.36º | 0.51% | 0.2% | - |
| HSV(B) | 337.36º | 0.68% | 0.31% | - |
| XYZ | 3.96 | 2.5 | 2.76 | - |
| YUV | 43.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 45 | 0 | 0.68 | 0.42 | 0.69 | 337.36 | 0.51 | 0.2 |
| Hex | 4E | 19 | 2D | 0 | 44 | 2A | 45 | 151 | 33 | 14 |
| Octal | 116 | 31 | 55 | 0 | 104 | 52 | 105 | 521 | 63 | 24 |
| Binary | 1001110 | 11001 | 101101 | 0 | 1000100 | 101010 | 1000101 | 101010001 | 110011 | 10100 |
Color Harmonies of #4E192D
Complementary color
Monochromatic Colors of #4E192D
Black with #4E192D
Text Example
Text Example
White with #4E192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E192D; }
p { color: rgb(78,25,45); }
H1.HeaderClassName
{
color: #4E192D;
}
.AnyTagClassName
{
color: #4E192D;
}
</style>
background-color css
<style>
a { background-color: #4E192D; }
a { background-color: rgb(78,25,45); }
div.DivClassName
{
background-color: #4E192D;
}
.BgClassName
{
background-color: #4E192D;
}
</style>
border-color css
<style>
span { border-color: #4E192D; }
span { border-color: rgb(78,25,45); }
td.TdClassName
{
border-color: #4E192D;
}
.TagClassName
{
border-color: #4E192D;
}
</style>