Shades of Castro #4F1B2D
Tints of Castro #4F1B2D
RGB
CMYK
RGB Variations
Color information
#4F1B2D (or 0x4F1B2D) is known color: Castro. HEX triplet: 4F, 1B and 2D. RGB value is (79,27,45). Sum of RGB (Red+Green+Blue) = 79+27+45=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B2D is #B0E4D2. Grayscale: #2C2C2C. Windows color (decimal): -11592915 or 2956111. OLE color: 2956111.
HSL color Cylindrical-coordinate representation of color #4F1B2D: hue angle of 339.23º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B2D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 45 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.69 |
| HSL | 339.23º | 0.49% | 0.21% | - |
| HSV(B) | 339.23º | 0.66% | 0.31% | - |
| XYZ | 4.09 | 2.64 | 2.78 | - |
| YUV | 44.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 45 | 0 | 0.66 | 0.43 | 0.69 | 339.23 | 0.49 | 0.21 |
| Hex | 4F | 1B | 2D | 0 | 42 | 2B | 45 | 153 | 31 | 15 |
| Octal | 117 | 33 | 55 | 0 | 102 | 53 | 105 | 523 | 61 | 25 |
| Binary | 1001111 | 11011 | 101101 | 0 | 1000010 | 101011 | 1000101 | 101010011 | 110001 | 10101 |
Color Harmonies of #4F1B2D
Complementary color
Monochromatic Colors of #4F1B2D
Black with #4F1B2D
Text Example
Text Example
White with #4F1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B2D; }
p { color: rgb(79,27,45); }
H1.HeaderClassName
{
color: #4F1B2D;
}
.AnyTagClassName
{
color: #4F1B2D;
}
</style>
background-color css
<style>
a { background-color: #4F1B2D; }
a { background-color: rgb(79,27,45); }
div.DivClassName
{
background-color: #4F1B2D;
}
.BgClassName
{
background-color: #4F1B2D;
}
</style>
border-color css
<style>
span { border-color: #4F1B2D; }
span { border-color: rgb(79,27,45); }
td.TdClassName
{
border-color: #4F1B2D;
}
.TagClassName
{
border-color: #4F1B2D;
}
</style>