Shades of Castro #50182B
Tints of Castro #50182B
RGB
CMYK
RGB Variations
Color information
#50182B (or 0x50182B) is known color: Castro. HEX triplet: 50, 18 and 2B. RGB value is (80,24,43). Sum of RGB (Red+Green+Blue) = 80+24+43=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50182B is #AFE7D4. Grayscale: #2A2A2A. Windows color (decimal): -11528149 or 2824272. OLE color: 2824272.
HSL color Cylindrical-coordinate representation of color #50182B: hue angle of 339.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50182B is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 43 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.69 |
| HSL | 339.64º | 0.54% | 0.2% | - |
| HSV(B) | 339.64º | 0.7% | 0.31% | - |
| XYZ | 4.07 | 2.53 | 2.56 | - |
| YUV | 42.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 43 | 0 | 0.70 | 0.46 | 0.69 | 339.64 | 0.54 | 0.2 |
| Hex | 50 | 18 | 2B | 0 | 46 | 2E | 45 | 154 | 36 | 14 |
| Octal | 120 | 30 | 53 | 0 | 106 | 56 | 105 | 524 | 66 | 24 |
| Binary | 1010000 | 11000 | 101011 | 0 | 1000110 | 101110 | 1000101 | 101010100 | 110110 | 10100 |
Color Harmonies of #50182B
Complementary color
Monochromatic Colors of #50182B
Black with #50182B
Text Example
Text Example
White with #50182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50182B; }
p { color: rgb(80,24,43); }
H1.HeaderClassName
{
color: #50182B;
}
.AnyTagClassName
{
color: #50182B;
}
</style>
background-color css
<style>
a { background-color: #50182B; }
a { background-color: rgb(80,24,43); }
div.DivClassName
{
background-color: #50182B;
}
.BgClassName
{
background-color: #50182B;
}
</style>
border-color css
<style>
span { border-color: #50182B; }
span { border-color: rgb(80,24,43); }
td.TdClassName
{
border-color: #50182B;
}
.TagClassName
{
border-color: #50182B;
}
</style>