Shades of Castro #4F1F33
Tints of Castro #4F1F33
RGB
CMYK
RGB Variations
Color information
#4F1F33 (or 0x4F1F33) is known color: Castro. HEX triplet: 4F, 1F and 33. RGB value is (79,31,51). Sum of RGB (Red+Green+Blue) = 79+31+51=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F33 is #B0E0CC. Grayscale: #2F2F2F. Windows color (decimal): -11591885 or 3350351. OLE color: 3350351.
HSL color Cylindrical-coordinate representation of color #4F1F33: hue angle of 335º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F33 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 51 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.69 |
| HSL | 335º | 0.44% | 0.22% | - |
| HSV(B) | 335º | 0.61% | 0.31% | - |
| XYZ | 4.31 | 2.88 | 3.46 | - |
| YUV | 47.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 51 | 0 | 0.61 | 0.35 | 0.69 | 335 | 0.44 | 0.22 |
| Hex | 4F | 1F | 33 | 0 | 3D | 23 | 45 | 14F | 2C | 16 |
| Octal | 117 | 37 | 63 | 0 | 75 | 43 | 105 | 517 | 54 | 26 |
| Binary | 1001111 | 11111 | 110011 | 0 | 111101 | 100011 | 1000101 | 101001111 | 101100 | 10110 |
Color Harmonies of #4F1F33
Complementary color
Monochromatic Colors of #4F1F33
Black with #4F1F33
Text Example
Text Example
White with #4F1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F33; }
p { color: rgb(79,31,51); }
H1.HeaderClassName
{
color: #4F1F33;
}
.AnyTagClassName
{
color: #4F1F33;
}
</style>
background-color css
<style>
a { background-color: #4F1F33; }
a { background-color: rgb(79,31,51); }
div.DivClassName
{
background-color: #4F1F33;
}
.BgClassName
{
background-color: #4F1F33;
}
</style>
border-color css
<style>
span { border-color: #4F1F33; }
span { border-color: rgb(79,31,51); }
td.TdClassName
{
border-color: #4F1F33;
}
.TagClassName
{
border-color: #4F1F33;
}
</style>