Shades of Castro #4F172C
Tints of Castro #4F172C
RGB
CMYK
RGB Variations
Color information
#4F172C (or 0x4F172C) is known color: Castro. HEX triplet: 4F, 17 and 2C. RGB value is (79,23,44). Sum of RGB (Red+Green+Blue) = 79+23+44=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F172C is #B0E8D3. Grayscale: #2A2A2A. Windows color (decimal): -11593940 or 2889551. OLE color: 2889551.
HSL color Cylindrical-coordinate representation of color #4F172C: hue angle of 337.5º 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 #4F172C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 44 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.69 |
| HSL | 337.5º | 0.55% | 0.2% | - |
| HSV(B) | 337.5º | 0.71% | 0.31% | - |
| XYZ | 3.99 | 2.46 | 2.65 | - |
| YUV | 42.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 44 | 0 | 0.71 | 0.44 | 0.69 | 337.5 | 0.55 | 0.2 |
| Hex | 4F | 17 | 2C | 0 | 47 | 2C | 45 | 152 | 37 | 14 |
| Octal | 117 | 27 | 54 | 0 | 107 | 54 | 105 | 522 | 67 | 24 |
| Binary | 1001111 | 10111 | 101100 | 0 | 1000111 | 101100 | 1000101 | 101010010 | 110111 | 10100 |
Color Harmonies of #4F172C
Complementary color
Monochromatic Colors of #4F172C
Black with #4F172C
Text Example
Text Example
White with #4F172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F172C; }
p { color: rgb(79,23,44); }
H1.HeaderClassName
{
color: #4F172C;
}
.AnyTagClassName
{
color: #4F172C;
}
</style>
background-color css
<style>
a { background-color: #4F172C; }
a { background-color: rgb(79,23,44); }
div.DivClassName
{
background-color: #4F172C;
}
.BgClassName
{
background-color: #4F172C;
}
</style>
border-color css
<style>
span { border-color: #4F172C; }
span { border-color: rgb(79,23,44); }
td.TdClassName
{
border-color: #4F172C;
}
.TagClassName
{
border-color: #4F172C;
}
</style>