Shades of Castro #4C192E
Tints of Castro #4C192E
RGB
CMYK
RGB Variations
Color information
#4C192E (or 0x4C192E) is known color: Castro. HEX triplet: 4C, 19 and 2E. RGB value is (76,25,46). Sum of RGB (Red+Green+Blue) = 76+25+46=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192E is #B3E6D1. Grayscale: #2A2A2A. Windows color (decimal): -11790034 or 3021132. OLE color: 3021132.
HSL color Cylindrical-coordinate representation of color #4C192E: hue angle of 335.29º 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 #4C192E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 46 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.70 |
| HSL | 335.29º | 0.5% | 0.2% | - |
| HSV(B) | 335.29º | 0.67% | 0.3% | - |
| XYZ | 3.82 | 2.43 | 2.85 | - |
| YUV | 42.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 46 | 0 | 0.67 | 0.39 | 0.70 | 335.29 | 0.5 | 0.2 |
| Hex | 4C | 19 | 2E | 0 | 43 | 27 | 46 | 14F | 32 | 14 |
| Octal | 114 | 31 | 56 | 0 | 103 | 47 | 106 | 517 | 62 | 24 |
| Binary | 1001100 | 11001 | 101110 | 0 | 1000011 | 100111 | 1000110 | 101001111 | 110010 | 10100 |
Color Harmonies of #4C192E
Complementary color
Monochromatic Colors of #4C192E
Black with #4C192E
Text Example
Text Example
White with #4C192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C192E; }
p { color: rgb(76,25,46); }
H1.HeaderClassName
{
color: #4C192E;
}
.AnyTagClassName
{
color: #4C192E;
}
</style>
background-color css
<style>
a { background-color: #4C192E; }
a { background-color: rgb(76,25,46); }
div.DivClassName
{
background-color: #4C192E;
}
.BgClassName
{
background-color: #4C192E;
}
</style>
border-color css
<style>
span { border-color: #4C192E; }
span { border-color: rgb(76,25,46); }
td.TdClassName
{
border-color: #4C192E;
}
.TagClassName
{
border-color: #4C192E;
}
</style>