Shades of Castro #4C192A
Tints of Castro #4C192A
RGB
CMYK
RGB Variations
Color information
#4C192A (or 0x4C192A) is known color: Castro. HEX triplet: 4C, 19 and 2A. RGB value is (76,25,42). Sum of RGB (Red+Green+Blue) = 76+25+42=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192A is #B3E6D5. Grayscale: #2A2A2A. Windows color (decimal): -11790038 or 2758988. OLE color: 2758988.
HSL color Cylindrical-coordinate representation of color #4C192A: hue angle of 340º 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 #4C192A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 42 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.70 |
| HSL | 340º | 0.5% | 0.2% | - |
| HSV(B) | 340º | 0.67% | 0.3% | - |
| XYZ | 3.75 | 2.4 | 2.46 | - |
| YUV | 42.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 42 | 0 | 0.67 | 0.45 | 0.70 | 340 | 0.5 | 0.2 |
| Hex | 4C | 19 | 2A | 0 | 43 | 2D | 46 | 154 | 32 | 14 |
| Octal | 114 | 31 | 52 | 0 | 103 | 55 | 106 | 524 | 62 | 24 |
| Binary | 1001100 | 11001 | 101010 | 0 | 1000011 | 101101 | 1000110 | 101010100 | 110010 | 10100 |
Color Harmonies of #4C192A
Complementary color
Monochromatic Colors of #4C192A
Black with #4C192A
Text Example
Text Example
White with #4C192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C192A; }
p { color: rgb(76,25,42); }
H1.HeaderClassName
{
color: #4C192A;
}
.AnyTagClassName
{
color: #4C192A;
}
</style>
background-color css
<style>
a { background-color: #4C192A; }
a { background-color: rgb(76,25,42); }
div.DivClassName
{
background-color: #4C192A;
}
.BgClassName
{
background-color: #4C192A;
}
</style>
border-color css
<style>
span { border-color: #4C192A; }
span { border-color: rgb(76,25,42); }
td.TdClassName
{
border-color: #4C192A;
}
.TagClassName
{
border-color: #4C192A;
}
</style>