Shades of Castro #4E172B
Tints of Castro #4E172B
RGB
CMYK
RGB Variations
Color information
#4E172B (or 0x4E172B) is known color: Castro. HEX triplet: 4E, 17 and 2B. RGB value is (78,23,43). Sum of RGB (Red+Green+Blue) = 78+23+43=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E172B is #B1E8D4. Grayscale: #292929. Windows color (decimal): -11659477 or 2824014. OLE color: 2824014.
HSL color Cylindrical-coordinate representation of color #4E172B: hue angle of 338.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E172B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 43 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.69 |
| HSL | 338.18º | 0.54% | 0.2% | - |
| HSV(B) | 338.18º | 0.71% | 0.31% | - |
| XYZ | 3.88 | 2.41 | 2.55 | - |
| YUV | 41.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 43 | 0 | 0.71 | 0.45 | 0.69 | 338.18 | 0.54 | 0.2 |
| Hex | 4E | 17 | 2B | 0 | 47 | 2D | 45 | 152 | 36 | 14 |
| Octal | 116 | 27 | 53 | 0 | 107 | 55 | 105 | 522 | 66 | 24 |
| Binary | 1001110 | 10111 | 101011 | 0 | 1000111 | 101101 | 1000101 | 101010010 | 110110 | 10100 |
Color Harmonies of #4E172B
Complementary color
Monochromatic Colors of #4E172B
Black with #4E172B
Text Example
Text Example
White with #4E172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E172B; }
p { color: rgb(78,23,43); }
H1.HeaderClassName
{
color: #4E172B;
}
.AnyTagClassName
{
color: #4E172B;
}
</style>
background-color css
<style>
a { background-color: #4E172B; }
a { background-color: rgb(78,23,43); }
div.DivClassName
{
background-color: #4E172B;
}
.BgClassName
{
background-color: #4E172B;
}
</style>
border-color css
<style>
span { border-color: #4E172B; }
span { border-color: rgb(78,23,43); }
td.TdClassName
{
border-color: #4E172B;
}
.TagClassName
{
border-color: #4E172B;
}
</style>