Shades of Castro #4C162A
Tints of Castro #4C162A
RGB
CMYK
RGB Variations
Color information
#4C162A (or 0x4C162A) is known color: Castro. HEX triplet: 4C, 16 and 2A. RGB value is (76,22,42). Sum of RGB (Red+Green+Blue) = 76+22+42=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C162A is #B3E9D5. Grayscale: #282828. Windows color (decimal): -11790806 or 2758220. OLE color: 2758220.
HSL color Cylindrical-coordinate representation of color #4C162A: hue angle of 337.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C162A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 42 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.70 |
| HSL | 337.78º | 0.55% | 0.19% | - |
| HSV(B) | 337.78º | 0.71% | 0.3% | - |
| XYZ | 3.69 | 2.28 | 2.44 | - |
| YUV | 40.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 42 | 0 | 0.71 | 0.45 | 0.70 | 337.78 | 0.55 | 0.19 |
| Hex | 4C | 16 | 2A | 0 | 47 | 2D | 46 | 152 | 37 | 13 |
| Octal | 114 | 26 | 52 | 0 | 107 | 55 | 106 | 522 | 67 | 23 |
| Binary | 1001100 | 10110 | 101010 | 0 | 1000111 | 101101 | 1000110 | 101010010 | 110111 | 10011 |
Color Harmonies of #4C162A
Complementary color
Monochromatic Colors of #4C162A
Black with #4C162A
Text Example
Text Example
White with #4C162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C162A; }
p { color: rgb(76,22,42); }
H1.HeaderClassName
{
color: #4C162A;
}
.AnyTagClassName
{
color: #4C162A;
}
</style>
background-color css
<style>
a { background-color: #4C162A; }
a { background-color: rgb(76,22,42); }
div.DivClassName
{
background-color: #4C162A;
}
.BgClassName
{
background-color: #4C162A;
}
</style>
border-color css
<style>
span { border-color: #4C162A; }
span { border-color: rgb(76,22,42); }
td.TdClassName
{
border-color: #4C162A;
}
.TagClassName
{
border-color: #4C162A;
}
</style>