Shades of Castro #50192C
Tints of Castro #50192C
RGB
CMYK
RGB Variations
Color information
#50192C (or 0x50192C) is known color: Castro. HEX triplet: 50, 19 and 2C. RGB value is (80,25,44). Sum of RGB (Red+Green+Blue) = 80+25+44=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192C is #AFE6D3. Grayscale: #2B2B2B. Windows color (decimal): -11527892 or 2890064. OLE color: 2890064.
HSL color Cylindrical-coordinate representation of color #50192C: hue angle of 339.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50192C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 44 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.69 |
| HSL | 339.27º | 0.52% | 0.21% | - |
| HSV(B) | 339.27º | 0.69% | 0.31% | - |
| XYZ | 4.11 | 2.58 | 2.66 | - |
| YUV | 43.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 44 | 0 | 0.69 | 0.45 | 0.69 | 339.27 | 0.52 | 0.21 |
| Hex | 50 | 19 | 2C | 0 | 45 | 2D | 45 | 153 | 34 | 15 |
| Octal | 120 | 31 | 54 | 0 | 105 | 55 | 105 | 523 | 64 | 25 |
| Binary | 1010000 | 11001 | 101100 | 0 | 1000101 | 101101 | 1000101 | 101010011 | 110100 | 10101 |
Color Harmonies of #50192C
Complementary color
Monochromatic Colors of #50192C
Black with #50192C
Text Example
Text Example
White with #50192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50192C; }
p { color: rgb(80,25,44); }
H1.HeaderClassName
{
color: #50192C;
}
.AnyTagClassName
{
color: #50192C;
}
</style>
background-color css
<style>
a { background-color: #50192C; }
a { background-color: rgb(80,25,44); }
div.DivClassName
{
background-color: #50192C;
}
.BgClassName
{
background-color: #50192C;
}
</style>
border-color css
<style>
span { border-color: #50192C; }
span { border-color: rgb(80,25,44); }
td.TdClassName
{
border-color: #50192C;
}
.TagClassName
{
border-color: #50192C;
}
</style>