Shades of Castro #4F1D2D
Tints of Castro #4F1D2D
RGB
CMYK
RGB Variations
Color information
#4F1D2D (or 0x4F1D2D) is known color: Castro. HEX triplet: 4F, 1D and 2D. RGB value is (79,29,45). Sum of RGB (Red+Green+Blue) = 79+29+45=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D2D is #B0E2D2. Grayscale: #2D2D2D. Windows color (decimal): -11592403 or 2956623. OLE color: 2956623.
HSL color Cylindrical-coordinate representation of color #4F1D2D: hue angle of 340.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D2D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 45 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.69 |
| HSL | 340.8º | 0.46% | 0.21% | - |
| HSV(B) | 340.8º | 0.63% | 0.31% | - |
| XYZ | 4.14 | 2.73 | 2.79 | - |
| YUV | 45.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 45 | 0 | 0.63 | 0.43 | 0.69 | 340.8 | 0.46 | 0.21 |
| Hex | 4F | 1D | 2D | 0 | 3F | 2B | 45 | 155 | 2E | 15 |
| Octal | 117 | 35 | 55 | 0 | 77 | 53 | 105 | 525 | 56 | 25 |
| Binary | 1001111 | 11101 | 101101 | 0 | 111111 | 101011 | 1000101 | 101010101 | 101110 | 10101 |
Color Harmonies of #4F1D2D
Complementary color
Monochromatic Colors of #4F1D2D
Black with #4F1D2D
Text Example
Text Example
White with #4F1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D2D; }
p { color: rgb(79,29,45); }
H1.HeaderClassName
{
color: #4F1D2D;
}
.AnyTagClassName
{
color: #4F1D2D;
}
</style>
background-color css
<style>
a { background-color: #4F1D2D; }
a { background-color: rgb(79,29,45); }
div.DivClassName
{
background-color: #4F1D2D;
}
.BgClassName
{
background-color: #4F1D2D;
}
</style>
border-color css
<style>
span { border-color: #4F1D2D; }
span { border-color: rgb(79,29,45); }
td.TdClassName
{
border-color: #4F1D2D;
}
.TagClassName
{
border-color: #4F1D2D;
}
</style>