Shades of Castro #502035
Tints of Castro #502035
RGB
CMYK
RGB Variations
Color information
#502035 (or 0x502035) is known color: Castro. HEX triplet: 50, 20 and 35. RGB value is (80,32,53). Sum of RGB (Red+Green+Blue) = 80+32+53=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #502035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502035 is #AFDFCA. Grayscale: #303030. Windows color (decimal): -11526091 or 3481680. OLE color: 3481680.
HSL color Cylindrical-coordinate representation of color #502035: hue angle of 333.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502035 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 53 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.69 |
| HSL | 333.75º | 0.43% | 0.22% | - |
| HSV(B) | 333.75º | 0.6% | 0.31% | - |
| XYZ | 4.47 | 3 | 3.71 | - |
| YUV | 48.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 53 | 0 | 0.60 | 0.34 | 0.69 | 333.75 | 0.43 | 0.22 |
| Hex | 50 | 20 | 35 | 0 | 3C | 22 | 45 | 14E | 2B | 16 |
| Octal | 120 | 40 | 65 | 0 | 74 | 42 | 105 | 516 | 53 | 26 |
| Binary | 1010000 | 100000 | 110101 | 0 | 111100 | 100010 | 1000101 | 101001110 | 101011 | 10110 |
Color Harmonies of #502035
Complementary color
Monochromatic Colors of #502035
Black with #502035
Text Example
Text Example
White with #502035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502035; }
p { color: rgb(80,32,53); }
H1.HeaderClassName
{
color: #502035;
}
.AnyTagClassName
{
color: #502035;
}
</style>
background-color css
<style>
a { background-color: #502035; }
a { background-color: rgb(80,32,53); }
div.DivClassName
{
background-color: #502035;
}
.BgClassName
{
background-color: #502035;
}
</style>
border-color css
<style>
span { border-color: #502035; }
span { border-color: rgb(80,32,53); }
td.TdClassName
{
border-color: #502035;
}
.TagClassName
{
border-color: #502035;
}
</style>