Shades of Castro #4C192D
Tints of Castro #4C192D
RGB
CMYK
RGB Variations
Color information
#4C192D (or 0x4C192D) is known color: Castro. HEX triplet: 4C, 19 and 2D. RGB value is (76,25,45). Sum of RGB (Red+Green+Blue) = 76+25+45=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192D is #B3E6D2. Grayscale: #2A2A2A. Windows color (decimal): -11790035 or 2955596. OLE color: 2955596.
HSL color Cylindrical-coordinate representation of color #4C192D: hue angle of 336.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C192D is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 45 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.70 |
| HSL | 336.47º | 0.5% | 0.2% | - |
| HSV(B) | 336.47º | 0.67% | 0.3% | - |
| XYZ | 3.8 | 2.42 | 2.75 | - |
| YUV | 42.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 45 | 0 | 0.67 | 0.41 | 0.70 | 336.47 | 0.5 | 0.2 |
| Hex | 4C | 19 | 2D | 0 | 43 | 29 | 46 | 150 | 32 | 14 |
| Octal | 114 | 31 | 55 | 0 | 103 | 51 | 106 | 520 | 62 | 24 |
| Binary | 1001100 | 11001 | 101101 | 0 | 1000011 | 101001 | 1000110 | 101010000 | 110010 | 10100 |
Color Harmonies of #4C192D
Complementary color
Monochromatic Colors of #4C192D
Black with #4C192D
Text Example
Text Example
White with #4C192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C192D; }
p { color: rgb(76,25,45); }
H1.HeaderClassName
{
color: #4C192D;
}
.AnyTagClassName
{
color: #4C192D;
}
</style>
background-color css
<style>
a { background-color: #4C192D; }
a { background-color: rgb(76,25,45); }
div.DivClassName
{
background-color: #4C192D;
}
.BgClassName
{
background-color: #4C192D;
}
</style>
border-color css
<style>
span { border-color: #4C192D; }
span { border-color: rgb(76,25,45); }
td.TdClassName
{
border-color: #4C192D;
}
.TagClassName
{
border-color: #4C192D;
}
</style>