Shades of Castro #4F162C
Tints of Castro #4F162C
RGB
CMYK
RGB Variations
Color information
#4F162C (or 0x4F162C) is known color: Castro. HEX triplet: 4F, 16 and 2C. RGB value is (79,22,44). Sum of RGB (Red+Green+Blue) = 79+22+44=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F162C is #B0E9D3. Grayscale: #292929. Windows color (decimal): -11594196 or 2889295. OLE color: 2889295.
HSL color Cylindrical-coordinate representation of color #4F162C: hue angle of 336.84º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F162C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 22 | 44 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.69 |
| HSL | 336.84º | 0.56% | 0.2% | - |
| HSV(B) | 336.84º | 0.72% | 0.31% | - |
| XYZ | 3.97 | 2.42 | 2.64 | - |
| YUV | 41.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 44 | 0 | 0.72 | 0.44 | 0.69 | 336.84 | 0.56 | 0.2 |
| Hex | 4F | 16 | 2C | 0 | 48 | 2C | 45 | 151 | 38 | 14 |
| Octal | 117 | 26 | 54 | 0 | 110 | 54 | 105 | 521 | 70 | 24 |
| Binary | 1001111 | 10110 | 101100 | 0 | 1001000 | 101100 | 1000101 | 101010001 | 111000 | 10100 |
Color Harmonies of #4F162C
Complementary color
Monochromatic Colors of #4F162C
Black with #4F162C
Text Example
Text Example
White with #4F162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F162C; }
p { color: rgb(79,22,44); }
H1.HeaderClassName
{
color: #4F162C;
}
.AnyTagClassName
{
color: #4F162C;
}
</style>
background-color css
<style>
a { background-color: #4F162C; }
a { background-color: rgb(79,22,44); }
div.DivClassName
{
background-color: #4F162C;
}
.BgClassName
{
background-color: #4F162C;
}
</style>
border-color css
<style>
span { border-color: #4F162C; }
span { border-color: rgb(79,22,44); }
td.TdClassName
{
border-color: #4F162C;
}
.TagClassName
{
border-color: #4F162C;
}
</style>