Shades of Castro #4C1F33
Tints of Castro #4C1F33
RGB
CMYK
RGB Variations
Color information
#4C1F33 (or 0x4C1F33) is known color: Castro. HEX triplet: 4C, 1F and 33. RGB value is (76,31,51). Sum of RGB (Red+Green+Blue) = 76+31+51=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1F33 is #B3E0CC. Grayscale: #2E2E2E. Windows color (decimal): -11788493 or 3350348. OLE color: 3350348.
HSL color Cylindrical-coordinate representation of color #4C1F33: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C1F33 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 31 | 51 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.70 |
| HSL | 333.33º | 0.42% | 0.21% | - |
| HSV(B) | 333.33º | 0.59% | 0.3% | - |
| XYZ | 4.07 | 2.76 | 3.45 | - |
| YUV | 46.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 51 | 0 | 0.59 | 0.33 | 0.70 | 333.33 | 0.42 | 0.21 |
| Hex | 4C | 1F | 33 | 0 | 3B | 21 | 46 | 14D | 2A | 15 |
| Octal | 114 | 37 | 63 | 0 | 73 | 41 | 106 | 515 | 52 | 25 |
| Binary | 1001100 | 11111 | 110011 | 0 | 111011 | 100001 | 1000110 | 101001101 | 101010 | 10101 |
Color Harmonies of #4C1F33
Complementary color
Monochromatic Colors of #4C1F33
Black with #4C1F33
Text Example
Text Example
White with #4C1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1F33; }
p { color: rgb(76,31,51); }
H1.HeaderClassName
{
color: #4C1F33;
}
.AnyTagClassName
{
color: #4C1F33;
}
</style>
background-color css
<style>
a { background-color: #4C1F33; }
a { background-color: rgb(76,31,51); }
div.DivClassName
{
background-color: #4C1F33;
}
.BgClassName
{
background-color: #4C1F33;
}
</style>
border-color css
<style>
span { border-color: #4C1F33; }
span { border-color: rgb(76,31,51); }
td.TdClassName
{
border-color: #4C1F33;
}
.TagClassName
{
border-color: #4C1F33;
}
</style>