Shades of Castro #4C1B2B
Tints of Castro #4C1B2B
RGB
CMYK
RGB Variations
Color information
#4C1B2B (or 0x4C1B2B) is known color: Castro. HEX triplet: 4C, 1B and 2B. RGB value is (76,27,43). Sum of RGB (Red+Green+Blue) = 76+27+43=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B2B is #B3E4D4. Grayscale: #2B2B2B. Windows color (decimal): -11789525 or 2825036. OLE color: 2825036.
HSL color Cylindrical-coordinate representation of color #4C1B2B: hue angle of 340.41º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C1B2B is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 43 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.70 |
| HSL | 340.41º | 0.48% | 0.2% | - |
| HSV(B) | 340.41º | 0.64% | 0.3% | - |
| XYZ | 3.81 | 2.49 | 2.57 | - |
| YUV | 43.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 43 | 0 | 0.64 | 0.43 | 0.70 | 340.41 | 0.48 | 0.2 |
| Hex | 4C | 1B | 2B | 0 | 40 | 2B | 46 | 154 | 30 | 14 |
| Octal | 114 | 33 | 53 | 0 | 100 | 53 | 106 | 524 | 60 | 24 |
| Binary | 1001100 | 11011 | 101011 | 0 | 1000000 | 101011 | 1000110 | 101010100 | 110000 | 10100 |
Color Harmonies of #4C1B2B
Complementary color
Monochromatic Colors of #4C1B2B
Black with #4C1B2B
Text Example
Text Example
White with #4C1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B2B; }
p { color: rgb(76,27,43); }
H1.HeaderClassName
{
color: #4C1B2B;
}
.AnyTagClassName
{
color: #4C1B2B;
}
</style>
background-color css
<style>
a { background-color: #4C1B2B; }
a { background-color: rgb(76,27,43); }
div.DivClassName
{
background-color: #4C1B2B;
}
.BgClassName
{
background-color: #4C1B2B;
}
</style>
border-color css
<style>
span { border-color: #4C1B2B; }
span { border-color: rgb(76,27,43); }
td.TdClassName
{
border-color: #4C1B2B;
}
.TagClassName
{
border-color: #4C1B2B;
}
</style>