Shades of Castro #501E34
Tints of Castro #501E34
RGB
CMYK
RGB Variations
Color information
#501E34 (or 0x501E34) is known color: Castro. HEX triplet: 50, 1E and 34. RGB value is (80,30,52). Sum of RGB (Red+Green+Blue) = 80+30+52=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E34 is #AFE1CB. Grayscale: #2F2F2F. Windows color (decimal): -11526604 or 3415632. OLE color: 3415632.
HSL color Cylindrical-coordinate representation of color #501E34: hue angle of 333.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E34 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 52 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.69 |
| HSL | 333.6º | 0.45% | 0.22% | - |
| HSV(B) | 333.6º | 0.63% | 0.31% | - |
| XYZ | 4.39 | 2.88 | 3.57 | - |
| YUV | 47.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 52 | 0 | 0.62 | 0.35 | 0.69 | 333.6 | 0.45 | 0.22 |
| Hex | 50 | 1E | 34 | 0 | 3E | 23 | 45 | 14E | 2D | 16 |
| Octal | 120 | 36 | 64 | 0 | 76 | 43 | 105 | 516 | 55 | 26 |
| Binary | 1010000 | 11110 | 110100 | 0 | 111110 | 100011 | 1000101 | 101001110 | 101101 | 10110 |
Color Harmonies of #501E34
Complementary color
Monochromatic Colors of #501E34
Black with #501E34
Text Example
Text Example
White with #501E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E34; }
p { color: rgb(80,30,52); }
H1.HeaderClassName
{
color: #501E34;
}
.AnyTagClassName
{
color: #501E34;
}
</style>
background-color css
<style>
a { background-color: #501E34; }
a { background-color: rgb(80,30,52); }
div.DivClassName
{
background-color: #501E34;
}
.BgClassName
{
background-color: #501E34;
}
</style>
border-color css
<style>
span { border-color: #501E34; }
span { border-color: rgb(80,30,52); }
td.TdClassName
{
border-color: #501E34;
}
.TagClassName
{
border-color: #501E34;
}
</style>