Shades of Castro #4F1E31
Tints of Castro #4F1E31
RGB
CMYK
RGB Variations
Color information
#4F1E31 (or 0x4F1E31) is known color: Castro. HEX triplet: 4F, 1E and 31. RGB value is (79,30,49). Sum of RGB (Red+Green+Blue) = 79+30+49=158 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E31 is #B0E1CE. Grayscale: #2E2E2E. Windows color (decimal): -11592143 or 3219023. OLE color: 3219023.
HSL color Cylindrical-coordinate representation of color #4F1E31: hue angle of 336.73º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E31 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 49 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.69 |
| HSL | 336.73º | 0.45% | 0.21% | - |
| HSV(B) | 336.73º | 0.62% | 0.31% | - |
| XYZ | 4.24 | 2.81 | 3.22 | - |
| YUV | 46.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 49 | 0 | 0.62 | 0.38 | 0.69 | 336.73 | 0.45 | 0.21 |
| Hex | 4F | 1E | 31 | 0 | 3E | 26 | 45 | 151 | 2D | 15 |
| Octal | 117 | 36 | 61 | 0 | 76 | 46 | 105 | 521 | 55 | 25 |
| Binary | 1001111 | 11110 | 110001 | 0 | 111110 | 100110 | 1000101 | 101010001 | 101101 | 10101 |
Color Harmonies of #4F1E31
Complementary color
Monochromatic Colors of #4F1E31
Black with #4F1E31
Text Example
Text Example
White with #4F1E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E31; }
p { color: rgb(79,30,49); }
H1.HeaderClassName
{
color: #4F1E31;
}
.AnyTagClassName
{
color: #4F1E31;
}
</style>
background-color css
<style>
a { background-color: #4F1E31; }
a { background-color: rgb(79,30,49); }
div.DivClassName
{
background-color: #4F1E31;
}
.BgClassName
{
background-color: #4F1E31;
}
</style>
border-color css
<style>
span { border-color: #4F1E31; }
span { border-color: rgb(79,30,49); }
td.TdClassName
{
border-color: #4F1E31;
}
.TagClassName
{
border-color: #4F1E31;
}
</style>