Shades of Castro #4F192D
Tints of Castro #4F192D
RGB
CMYK
RGB Variations
Color information
#4F192D (or 0x4F192D) is known color: Castro. HEX triplet: 4F, 19 and 2D. RGB value is (79,25,45). Sum of RGB (Red+Green+Blue) = 79+25+45=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192D is #B0E6D2. Grayscale: #2B2B2B. Windows color (decimal): -11593427 or 2955599. OLE color: 2955599.
HSL color Cylindrical-coordinate representation of color #4F192D: hue angle of 337.78º 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 #4F192D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 45 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.69 |
| HSL | 337.78º | 0.52% | 0.2% | - |
| HSV(B) | 337.78º | 0.68% | 0.31% | - |
| XYZ | 4.05 | 2.55 | 2.76 | - |
| YUV | 43.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 45 | 0 | 0.68 | 0.43 | 0.69 | 337.78 | 0.52 | 0.2 |
| Hex | 4F | 19 | 2D | 0 | 44 | 2B | 45 | 152 | 34 | 14 |
| Octal | 117 | 31 | 55 | 0 | 104 | 53 | 105 | 522 | 64 | 24 |
| Binary | 1001111 | 11001 | 101101 | 0 | 1000100 | 101011 | 1000101 | 101010010 | 110100 | 10100 |
Color Harmonies of #4F192D
Complementary color
Monochromatic Colors of #4F192D
Black with #4F192D
Text Example
Text Example
White with #4F192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F192D; }
p { color: rgb(79,25,45); }
H1.HeaderClassName
{
color: #4F192D;
}
.AnyTagClassName
{
color: #4F192D;
}
</style>
background-color css
<style>
a { background-color: #4F192D; }
a { background-color: rgb(79,25,45); }
div.DivClassName
{
background-color: #4F192D;
}
.BgClassName
{
background-color: #4F192D;
}
</style>
border-color css
<style>
span { border-color: #4F192D; }
span { border-color: rgb(79,25,45); }
td.TdClassName
{
border-color: #4F192D;
}
.TagClassName
{
border-color: #4F192D;
}
</style>