Shades of Castro #4F172D
Tints of Castro #4F172D
RGB
CMYK
RGB Variations
Color information
#4F172D (or 0x4F172D) is known color: Castro. HEX triplet: 4F, 17 and 2D. RGB value is (79,23,45). Sum of RGB (Red+Green+Blue) = 79+23+45=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F172D is #B0E8D2. Grayscale: #2A2A2A. Windows color (decimal): -11593939 or 2955087. OLE color: 2955087.
HSL color Cylindrical-coordinate representation of color #4F172D: hue angle of 336.43º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F172D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 45 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.69 |
| HSL | 336.43º | 0.55% | 0.2% | - |
| HSV(B) | 336.43º | 0.71% | 0.31% | - |
| XYZ | 4 | 2.46 | 2.75 | - |
| YUV | 42.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 45 | 0 | 0.71 | 0.43 | 0.69 | 336.43 | 0.55 | 0.2 |
| Hex | 4F | 17 | 2D | 0 | 47 | 2B | 45 | 150 | 37 | 14 |
| Octal | 117 | 27 | 55 | 0 | 107 | 53 | 105 | 520 | 67 | 24 |
| Binary | 1001111 | 10111 | 101101 | 0 | 1000111 | 101011 | 1000101 | 101010000 | 110111 | 10100 |
Color Harmonies of #4F172D
Complementary color
Monochromatic Colors of #4F172D
Black with #4F172D
Text Example
Text Example
White with #4F172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F172D; }
p { color: rgb(79,23,45); }
H1.HeaderClassName
{
color: #4F172D;
}
.AnyTagClassName
{
color: #4F172D;
}
</style>
background-color css
<style>
a { background-color: #4F172D; }
a { background-color: rgb(79,23,45); }
div.DivClassName
{
background-color: #4F172D;
}
.BgClassName
{
background-color: #4F172D;
}
</style>
border-color css
<style>
span { border-color: #4F172D; }
span { border-color: rgb(79,23,45); }
td.TdClassName
{
border-color: #4F172D;
}
.TagClassName
{
border-color: #4F172D;
}
</style>