Shades of Castro #4F192F
Tints of Castro #4F192F
RGB
CMYK
RGB Variations
Color information
#4F192F (or 0x4F192F) is known color: Castro. HEX triplet: 4F, 19 and 2F. RGB value is (79,25,47). Sum of RGB (Red+Green+Blue) = 79+25+47=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192F is #B0E6D0. Grayscale: #2B2B2B. Windows color (decimal): -11593425 or 3086671. OLE color: 3086671.
HSL color Cylindrical-coordinate representation of color #4F192F: hue angle of 335.56º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F192F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 47 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.69 |
| HSL | 335.56º | 0.52% | 0.2% | - |
| HSV(B) | 335.56º | 0.68% | 0.31% | - |
| XYZ | 4.09 | 2.56 | 2.97 | - |
| YUV | 43.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 47 | 0 | 0.68 | 0.41 | 0.69 | 335.56 | 0.52 | 0.2 |
| Hex | 4F | 19 | 2F | 0 | 44 | 29 | 45 | 150 | 34 | 14 |
| Octal | 117 | 31 | 57 | 0 | 104 | 51 | 105 | 520 | 64 | 24 |
| Binary | 1001111 | 11001 | 101111 | 0 | 1000100 | 101001 | 1000101 | 101010000 | 110100 | 10100 |
Color Harmonies of #4F192F
Complementary color
Monochromatic Colors of #4F192F
Black with #4F192F
Text Example
Text Example
White with #4F192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F192F; }
p { color: rgb(79,25,47); }
H1.HeaderClassName
{
color: #4F192F;
}
.AnyTagClassName
{
color: #4F192F;
}
</style>
background-color css
<style>
a { background-color: #4F192F; }
a { background-color: rgb(79,25,47); }
div.DivClassName
{
background-color: #4F192F;
}
.BgClassName
{
background-color: #4F192F;
}
</style>
border-color css
<style>
span { border-color: #4F192F; }
span { border-color: rgb(79,25,47); }
td.TdClassName
{
border-color: #4F192F;
}
.TagClassName
{
border-color: #4F192F;
}
</style>