Shades of Castro #50192E
Tints of Castro #50192E
RGB
CMYK
RGB Variations
Color information
#50192E (or 0x50192E) is known color: Castro. HEX triplet: 50, 19 and 2E. RGB value is (80,25,46). Sum of RGB (Red+Green+Blue) = 80+25+46=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192E is #AFE6D1. Grayscale: #2B2B2B. Windows color (decimal): -11527890 or 3021136. OLE color: 3021136.
HSL color Cylindrical-coordinate representation of color #50192E: hue angle of 337.09º 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 #50192E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 46 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.69 |
| HSL | 337.09º | 0.52% | 0.21% | - |
| HSV(B) | 337.09º | 0.69% | 0.31% | - |
| XYZ | 4.15 | 2.6 | 2.87 | - |
| YUV | 43.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 46 | 0 | 0.69 | 0.42 | 0.69 | 337.09 | 0.52 | 0.21 |
| Hex | 50 | 19 | 2E | 0 | 45 | 2A | 45 | 151 | 34 | 15 |
| Octal | 120 | 31 | 56 | 0 | 105 | 52 | 105 | 521 | 64 | 25 |
| Binary | 1010000 | 11001 | 101110 | 0 | 1000101 | 101010 | 1000101 | 101010001 | 110100 | 10101 |
Color Harmonies of #50192E
Complementary color
Monochromatic Colors of #50192E
Black with #50192E
Text Example
Text Example
White with #50192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50192E; }
p { color: rgb(80,25,46); }
H1.HeaderClassName
{
color: #50192E;
}
.AnyTagClassName
{
color: #50192E;
}
</style>
background-color css
<style>
a { background-color: #50192E; }
a { background-color: rgb(80,25,46); }
div.DivClassName
{
background-color: #50192E;
}
.BgClassName
{
background-color: #50192E;
}
</style>
border-color css
<style>
span { border-color: #50192E; }
span { border-color: rgb(80,25,46); }
td.TdClassName
{
border-color: #50192E;
}
.TagClassName
{
border-color: #50192E;
}
</style>