Shades of Castro #4E172C
Tints of Castro #4E172C
RGB
CMYK
RGB Variations
Color information
#4E172C (or 0x4E172C) is known color: Castro. HEX triplet: 4E, 17 and 2C. RGB value is (78,23,44). Sum of RGB (Red+Green+Blue) = 78+23+44=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E172C is #B1E8D3. Grayscale: #292929. Windows color (decimal): -11659476 or 2889550. OLE color: 2889550.
HSL color Cylindrical-coordinate representation of color #4E172C: hue angle of 337.09º 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 #4E172C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 44 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.69 |
| HSL | 337.09º | 0.54% | 0.2% | - |
| HSV(B) | 337.09º | 0.71% | 0.31% | - |
| XYZ | 3.9 | 2.41 | 2.64 | - |
| YUV | 41.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 44 | 0 | 0.71 | 0.44 | 0.69 | 337.09 | 0.54 | 0.2 |
| Hex | 4E | 17 | 2C | 0 | 47 | 2C | 45 | 151 | 36 | 14 |
| Octal | 116 | 27 | 54 | 0 | 107 | 54 | 105 | 521 | 66 | 24 |
| Binary | 1001110 | 10111 | 101100 | 0 | 1000111 | 101100 | 1000101 | 101010001 | 110110 | 10100 |
Color Harmonies of #4E172C
Complementary color
Monochromatic Colors of #4E172C
Black with #4E172C
Text Example
Text Example
White with #4E172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E172C; }
p { color: rgb(78,23,44); }
H1.HeaderClassName
{
color: #4E172C;
}
.AnyTagClassName
{
color: #4E172C;
}
</style>
background-color css
<style>
a { background-color: #4E172C; }
a { background-color: rgb(78,23,44); }
div.DivClassName
{
background-color: #4E172C;
}
.BgClassName
{
background-color: #4E172C;
}
</style>
border-color css
<style>
span { border-color: #4E172C; }
span { border-color: rgb(78,23,44); }
td.TdClassName
{
border-color: #4E172C;
}
.TagClassName
{
border-color: #4E172C;
}
</style>