Shades of Castro #4C1C31
Tints of Castro #4C1C31
RGB
CMYK
RGB Variations
Color information
#4C1C31 (or 0x4C1C31) is known color: Castro. HEX triplet: 4C, 1C and 31. RGB value is (76,28,49). Sum of RGB (Red+Green+Blue) = 76+28+49=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C31 is #B3E3CE. Grayscale: #2C2C2C. Windows color (decimal): -11789263 or 3218508. OLE color: 3218508.
HSL color Cylindrical-coordinate representation of color #4C1C31: hue angle of 333.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 #4C1C31 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 28 | 49 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.70 |
| HSL | 333.75º | 0.46% | 0.2% | - |
| HSV(B) | 333.75º | 0.63% | 0.3% | - |
| XYZ | 3.95 | 2.59 | 3.2 | - |
| YUV | 44.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 49 | 0 | 0.63 | 0.36 | 0.70 | 333.75 | 0.46 | 0.2 |
| Hex | 4C | 1C | 31 | 0 | 3F | 24 | 46 | 14E | 2E | 14 |
| Octal | 114 | 34 | 61 | 0 | 77 | 44 | 106 | 516 | 56 | 24 |
| Binary | 1001100 | 11100 | 110001 | 0 | 111111 | 100100 | 1000110 | 101001110 | 101110 | 10100 |
Color Harmonies of #4C1C31
Complementary color
Monochromatic Colors of #4C1C31
Black with #4C1C31
Text Example
Text Example
White with #4C1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1C31; }
p { color: rgb(76,28,49); }
H1.HeaderClassName
{
color: #4C1C31;
}
.AnyTagClassName
{
color: #4C1C31;
}
</style>
background-color css
<style>
a { background-color: #4C1C31; }
a { background-color: rgb(76,28,49); }
div.DivClassName
{
background-color: #4C1C31;
}
.BgClassName
{
background-color: #4C1C31;
}
</style>
border-color css
<style>
span { border-color: #4C1C31; }
span { border-color: rgb(76,28,49); }
td.TdClassName
{
border-color: #4C1C31;
}
.TagClassName
{
border-color: #4C1C31;
}
</style>