Shades of Castro #4C192B
Tints of Castro #4C192B
RGB
CMYK
RGB Variations
Color information
#4C192B (or 0x4C192B) is known color: Castro. HEX triplet: 4C, 19 and 2B. RGB value is (76,25,43). Sum of RGB (Red+Green+Blue) = 76+25+43=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192B is #B3E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11790037 or 2824524. OLE color: 2824524.
HSL color Cylindrical-coordinate representation of color #4C192B: hue angle of 338.82º 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 #4C192B is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 43 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.70 |
| HSL | 338.82º | 0.5% | 0.2% | - |
| HSV(B) | 338.82º | 0.67% | 0.3% | - |
| XYZ | 3.76 | 2.41 | 2.55 | - |
| YUV | 42.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 43 | 0 | 0.67 | 0.43 | 0.70 | 338.82 | 0.5 | 0.2 |
| Hex | 4C | 19 | 2B | 0 | 43 | 2B | 46 | 153 | 32 | 14 |
| Octal | 114 | 31 | 53 | 0 | 103 | 53 | 106 | 523 | 62 | 24 |
| Binary | 1001100 | 11001 | 101011 | 0 | 1000011 | 101011 | 1000110 | 101010011 | 110010 | 10100 |
Color Harmonies of #4C192B
Complementary color
Monochromatic Colors of #4C192B
Black with #4C192B
Text Example
Text Example
White with #4C192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C192B; }
p { color: rgb(76,25,43); }
H1.HeaderClassName
{
color: #4C192B;
}
.AnyTagClassName
{
color: #4C192B;
}
</style>
background-color css
<style>
a { background-color: #4C192B; }
a { background-color: rgb(76,25,43); }
div.DivClassName
{
background-color: #4C192B;
}
.BgClassName
{
background-color: #4C192B;
}
</style>
border-color css
<style>
span { border-color: #4C192B; }
span { border-color: rgb(76,25,43); }
td.TdClassName
{
border-color: #4C192B;
}
.TagClassName
{
border-color: #4C192B;
}
</style>