Shades of Castro #4F1F32
Tints of Castro #4F1F32
RGB
CMYK
RGB Variations
Color information
#4F1F32 (or 0x4F1F32) is known color: Castro. HEX triplet: 4F, 1F and 32. RGB value is (79,31,50). Sum of RGB (Red+Green+Blue) = 79+31+50=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F32 is #B0E0CD. Grayscale: #2F2F2F. Windows color (decimal): -11591886 or 3284815. OLE color: 3284815.
HSL color Cylindrical-coordinate representation of color #4F1F32: hue angle of 336.25º 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 #4F1F32 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 50 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.69 |
| HSL | 336.25º | 0.44% | 0.22% | - |
| HSV(B) | 336.25º | 0.61% | 0.31% | - |
| XYZ | 4.29 | 2.87 | 3.35 | - |
| YUV | 47.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 50 | 0 | 0.61 | 0.37 | 0.69 | 336.25 | 0.44 | 0.22 |
| Hex | 4F | 1F | 32 | 0 | 3D | 25 | 45 | 150 | 2C | 16 |
| Octal | 117 | 37 | 62 | 0 | 75 | 45 | 105 | 520 | 54 | 26 |
| Binary | 1001111 | 11111 | 110010 | 0 | 111101 | 100101 | 1000101 | 101010000 | 101100 | 10110 |
Color Harmonies of #4F1F32
Complementary color
Monochromatic Colors of #4F1F32
Black with #4F1F32
Text Example
Text Example
White with #4F1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F32; }
p { color: rgb(79,31,50); }
H1.HeaderClassName
{
color: #4F1F32;
}
.AnyTagClassName
{
color: #4F1F32;
}
</style>
background-color css
<style>
a { background-color: #4F1F32; }
a { background-color: rgb(79,31,50); }
div.DivClassName
{
background-color: #4F1F32;
}
.BgClassName
{
background-color: #4F1F32;
}
</style>
border-color css
<style>
span { border-color: #4F1F32; }
span { border-color: rgb(79,31,50); }
td.TdClassName
{
border-color: #4F1F32;
}
.TagClassName
{
border-color: #4F1F32;
}
</style>