Shades of Castro #4F182B
Tints of Castro #4F182B
RGB
CMYK
RGB Variations
Color information
#4F182B (or 0x4F182B) is known color: Castro. HEX triplet: 4F, 18 and 2B. RGB value is (79,24,43). Sum of RGB (Red+Green+Blue) = 79+24+43=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F182B is #B0E7D4. Grayscale: #2A2A2A. Windows color (decimal): -11593685 or 2824271. OLE color: 2824271.
HSL color Cylindrical-coordinate representation of color #4F182B: hue angle of 339.27º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F182B is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 43 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.69 |
| HSL | 339.27º | 0.53% | 0.2% | - |
| HSV(B) | 339.27º | 0.7% | 0.31% | - |
| XYZ | 3.99 | 2.49 | 2.56 | - |
| YUV | 42.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 43 | 0 | 0.70 | 0.46 | 0.69 | 339.27 | 0.53 | 0.2 |
| Hex | 4F | 18 | 2B | 0 | 46 | 2E | 45 | 153 | 35 | 14 |
| Octal | 117 | 30 | 53 | 0 | 106 | 56 | 105 | 523 | 65 | 24 |
| Binary | 1001111 | 11000 | 101011 | 0 | 1000110 | 101110 | 1000101 | 101010011 | 110101 | 10100 |
Color Harmonies of #4F182B
Complementary color
Monochromatic Colors of #4F182B
Black with #4F182B
Text Example
Text Example
White with #4F182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F182B; }
p { color: rgb(79,24,43); }
H1.HeaderClassName
{
color: #4F182B;
}
.AnyTagClassName
{
color: #4F182B;
}
</style>
background-color css
<style>
a { background-color: #4F182B; }
a { background-color: rgb(79,24,43); }
div.DivClassName
{
background-color: #4F182B;
}
.BgClassName
{
background-color: #4F182B;
}
</style>
border-color css
<style>
span { border-color: #4F182B; }
span { border-color: rgb(79,24,43); }
td.TdClassName
{
border-color: #4F182B;
}
.TagClassName
{
border-color: #4F182B;
}
</style>