Shades of Castro #501F30
Tints of Castro #501F30
RGB
CMYK
RGB Variations
Color information
#501F30 (or 0x501F30) is known color: Castro. HEX triplet: 50, 1F and 30. RGB value is (80,31,48). Sum of RGB (Red+Green+Blue) = 80+31+48=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F30 is #AFE0CF. Grayscale: #2F2F2F. Windows color (decimal): -11526352 or 3153744. OLE color: 3153744.
HSL color Cylindrical-coordinate representation of color #501F30: hue angle of 339.18º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F30 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 48 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.69 |
| HSL | 339.18º | 0.44% | 0.22% | - |
| HSV(B) | 339.18º | 0.61% | 0.31% | - |
| XYZ | 4.33 | 2.9 | 3.13 | - |
| YUV | 47.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 48 | 0 | 0.61 | 0.40 | 0.69 | 339.18 | 0.44 | 0.22 |
| Hex | 50 | 1F | 30 | 0 | 3D | 28 | 45 | 153 | 2C | 16 |
| Octal | 120 | 37 | 60 | 0 | 75 | 50 | 105 | 523 | 54 | 26 |
| Binary | 1010000 | 11111 | 110000 | 0 | 111101 | 101000 | 1000101 | 101010011 | 101100 | 10110 |
Color Harmonies of #501F30
Complementary color
Monochromatic Colors of #501F30
Black with #501F30
Text Example
Text Example
White with #501F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F30; }
p { color: rgb(80,31,48); }
H1.HeaderClassName
{
color: #501F30;
}
.AnyTagClassName
{
color: #501F30;
}
</style>
background-color css
<style>
a { background-color: #501F30; }
a { background-color: rgb(80,31,48); }
div.DivClassName
{
background-color: #501F30;
}
.BgClassName
{
background-color: #501F30;
}
</style>
border-color css
<style>
span { border-color: #501F30; }
span { border-color: rgb(80,31,48); }
td.TdClassName
{
border-color: #501F30;
}
.TagClassName
{
border-color: #501F30;
}
</style>