Shades of Castro #502031
Tints of Castro #502031
RGB
CMYK
RGB Variations
Color information
#502031 (or 0x502031) is known color: Castro. HEX triplet: 50, 20 and 31. RGB value is (80,32,49). Sum of RGB (Red+Green+Blue) = 80+32+49=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502031 is #AFDFCE. Grayscale: #303030. Windows color (decimal): -11526095 or 3219536. OLE color: 3219536.
HSL color Cylindrical-coordinate representation of color #502031: hue angle of 338.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 #502031 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 49 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.69 |
| HSL | 338.75º | 0.43% | 0.22% | - |
| HSV(B) | 338.75º | 0.6% | 0.31% | - |
| XYZ | 4.38 | 2.96 | 3.25 | - |
| YUV | 48.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 49 | 0 | 0.60 | 0.39 | 0.69 | 338.75 | 0.43 | 0.22 |
| Hex | 50 | 20 | 31 | 0 | 3C | 27 | 45 | 153 | 2B | 16 |
| Octal | 120 | 40 | 61 | 0 | 74 | 47 | 105 | 523 | 53 | 26 |
| Binary | 1010000 | 100000 | 110001 | 0 | 111100 | 100111 | 1000101 | 101010011 | 101011 | 10110 |
Color Harmonies of #502031
Complementary color
Monochromatic Colors of #502031
Black with #502031
Text Example
Text Example
White with #502031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502031; }
p { color: rgb(80,32,49); }
H1.HeaderClassName
{
color: #502031;
}
.AnyTagClassName
{
color: #502031;
}
</style>
background-color css
<style>
a { background-color: #502031; }
a { background-color: rgb(80,32,49); }
div.DivClassName
{
background-color: #502031;
}
.BgClassName
{
background-color: #502031;
}
</style>
border-color css
<style>
span { border-color: #502031; }
span { border-color: rgb(80,32,49); }
td.TdClassName
{
border-color: #502031;
}
.TagClassName
{
border-color: #502031;
}
</style>