Shades of Castro #4F152A
Tints of Castro #4F152A
RGB
CMYK
RGB Variations
Color information
#4F152A (or 0x4F152A) is known color: Castro. HEX triplet: 4F, 15 and 2A. RGB value is (79,21,42). Sum of RGB (Red+Green+Blue) = 79+21+42=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152A is #B0EAD5. Grayscale: #282828. Windows color (decimal): -11594454 or 2757967. OLE color: 2757967.
HSL color Cylindrical-coordinate representation of color #4F152A: hue angle of 338.28º 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 #4F152A is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 42 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.69 |
| HSL | 338.28º | 0.58% | 0.2% | - |
| HSV(B) | 338.28º | 0.73% | 0.31% | - |
| XYZ | 3.91 | 2.37 | 2.44 | - |
| YUV | 40.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 42 | 0 | 0.73 | 0.47 | 0.69 | 338.28 | 0.58 | 0.2 |
| Hex | 4F | 15 | 2A | 0 | 49 | 2F | 45 | 152 | 3A | 14 |
| Octal | 117 | 25 | 52 | 0 | 111 | 57 | 105 | 522 | 72 | 24 |
| Binary | 1001111 | 10101 | 101010 | 0 | 1001001 | 101111 | 1000101 | 101010010 | 111010 | 10100 |
Color Harmonies of #4F152A
Complementary color
Monochromatic Colors of #4F152A
Black with #4F152A
Text Example
Text Example
White with #4F152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F152A; }
p { color: rgb(79,21,42); }
H1.HeaderClassName
{
color: #4F152A;
}
.AnyTagClassName
{
color: #4F152A;
}
</style>
background-color css
<style>
a { background-color: #4F152A; }
a { background-color: rgb(79,21,42); }
div.DivClassName
{
background-color: #4F152A;
}
.BgClassName
{
background-color: #4F152A;
}
</style>
border-color css
<style>
span { border-color: #4F152A; }
span { border-color: rgb(79,21,42); }
td.TdClassName
{
border-color: #4F152A;
}
.TagClassName
{
border-color: #4F152A;
}
</style>