Shades of Castro #4C1C2D
Tints of Castro #4C1C2D
RGB
CMYK
RGB Variations
Color information
#4C1C2D (or 0x4C1C2D) is known color: Castro. HEX triplet: 4C, 1C and 2D. RGB value is (76,28,45). Sum of RGB (Red+Green+Blue) = 76+28+45=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C2D is #B3E3D2. Grayscale: #2C2C2C. Windows color (decimal): -11789267 or 2956364. OLE color: 2956364.
HSL color Cylindrical-coordinate representation of color #4C1C2D: hue angle of 338.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C1C2D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 28 | 45 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.70 |
| HSL | 338.75º | 0.46% | 0.2% | - |
| HSV(B) | 338.75º | 0.63% | 0.3% | - |
| XYZ | 3.87 | 2.56 | 2.77 | - |
| YUV | 44.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 45 | 0 | 0.63 | 0.41 | 0.70 | 338.75 | 0.46 | 0.2 |
| Hex | 4C | 1C | 2D | 0 | 3F | 29 | 46 | 153 | 2E | 14 |
| Octal | 114 | 34 | 55 | 0 | 77 | 51 | 106 | 523 | 56 | 24 |
| Binary | 1001100 | 11100 | 101101 | 0 | 111111 | 101001 | 1000110 | 101010011 | 101110 | 10100 |
Color Harmonies of #4C1C2D
Complementary color
Monochromatic Colors of #4C1C2D
Black with #4C1C2D
Text Example
Text Example
White with #4C1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C2D; }
p { color: rgb(76,28,45); }
H1.HeaderClassName
{
color: #4C1C2D;
}
.AnyTagClassName
{
color: #4C1C2D;
}
</style>
background-color css
<style>
a { background-color: #4C1C2D; }
a { background-color: rgb(76,28,45); }
div.DivClassName
{
background-color: #4C1C2D;
}
.BgClassName
{
background-color: #4C1C2D;
}
</style>
border-color css
<style>
span { border-color: #4C1C2D; }
span { border-color: rgb(76,28,45); }
td.TdClassName
{
border-color: #4C1C2D;
}
.TagClassName
{
border-color: #4C1C2D;
}
</style>