Shades of Castro #4E182D
Tints of Castro #4E182D
RGB
CMYK
RGB Variations
Color information
#4E182D (or 0x4E182D) is known color: Castro. HEX triplet: 4E, 18 and 2D. RGB value is (78,24,45). Sum of RGB (Red+Green+Blue) = 78+24+45=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182D is #B1E7D2. Grayscale: #2A2A2A. Windows color (decimal): -11659219 or 2955342. OLE color: 2955342.
HSL color Cylindrical-coordinate representation of color #4E182D: hue angle of 336.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E182D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 45 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.69 |
| HSL | 336.67º | 0.53% | 0.2% | - |
| HSV(B) | 336.67º | 0.69% | 0.31% | - |
| XYZ | 3.94 | 2.46 | 2.75 | - |
| YUV | 42.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 45 | 0 | 0.69 | 0.42 | 0.69 | 336.67 | 0.53 | 0.2 |
| Hex | 4E | 18 | 2D | 0 | 45 | 2A | 45 | 151 | 35 | 14 |
| Octal | 116 | 30 | 55 | 0 | 105 | 52 | 105 | 521 | 65 | 24 |
| Binary | 1001110 | 11000 | 101101 | 0 | 1000101 | 101010 | 1000101 | 101010001 | 110101 | 10100 |
Color Harmonies of #4E182D
Complementary color
Monochromatic Colors of #4E182D
Black with #4E182D
Text Example
Text Example
White with #4E182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E182D; }
p { color: rgb(78,24,45); }
H1.HeaderClassName
{
color: #4E182D;
}
.AnyTagClassName
{
color: #4E182D;
}
</style>
background-color css
<style>
a { background-color: #4E182D; }
a { background-color: rgb(78,24,45); }
div.DivClassName
{
background-color: #4E182D;
}
.BgClassName
{
background-color: #4E182D;
}
</style>
border-color css
<style>
span { border-color: #4E182D; }
span { border-color: rgb(78,24,45); }
td.TdClassName
{
border-color: #4E182D;
}
.TagClassName
{
border-color: #4E182D;
}
</style>