Shades of Castro #4F152B
Tints of Castro #4F152B
RGB
CMYK
RGB Variations
Color information
#4F152B (or 0x4F152B) is known color: Castro. HEX triplet: 4F, 15 and 2B. RGB value is (79,21,43). Sum of RGB (Red+Green+Blue) = 79+21+43=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152B is #B0EAD4. Grayscale: #282828. Windows color (decimal): -11594453 or 2823503. OLE color: 2823503.
HSL color Cylindrical-coordinate representation of color #4F152B: hue angle of 337.24º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F152B is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 43 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.69 |
| HSL | 337.24º | 0.58% | 0.2% | - |
| HSV(B) | 337.24º | 0.73% | 0.31% | - |
| XYZ | 3.93 | 2.37 | 2.54 | - |
| YUV | 40.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 43 | 0 | 0.73 | 0.46 | 0.69 | 337.24 | 0.58 | 0.2 |
| Hex | 4F | 15 | 2B | 0 | 49 | 2E | 45 | 151 | 3A | 14 |
| Octal | 117 | 25 | 53 | 0 | 111 | 56 | 105 | 521 | 72 | 24 |
| Binary | 1001111 | 10101 | 101011 | 0 | 1001001 | 101110 | 1000101 | 101010001 | 111010 | 10100 |
Color Harmonies of #4F152B
Complementary color
Monochromatic Colors of #4F152B
Black with #4F152B
Text Example
Text Example
White with #4F152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F152B; }
p { color: rgb(79,21,43); }
H1.HeaderClassName
{
color: #4F152B;
}
.AnyTagClassName
{
color: #4F152B;
}
</style>
background-color css
<style>
a { background-color: #4F152B; }
a { background-color: rgb(79,21,43); }
div.DivClassName
{
background-color: #4F152B;
}
.BgClassName
{
background-color: #4F152B;
}
</style>
border-color css
<style>
span { border-color: #4F152B; }
span { border-color: rgb(79,21,43); }
td.TdClassName
{
border-color: #4F152B;
}
.TagClassName
{
border-color: #4F152B;
}
</style>