Shades of Castro #50182C
Tints of Castro #50182C
RGB
CMYK
RGB Variations
Color information
#50182C (or 0x50182C) is known color: Castro. HEX triplet: 50, 18 and 2C. RGB value is (80,24,44). Sum of RGB (Red+Green+Blue) = 80+24+44=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50182C is #AFE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11528148 or 2889808. OLE color: 2889808.
HSL color Cylindrical-coordinate representation of color #50182C: hue angle of 338.57º 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 #50182C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 44 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.69 |
| HSL | 338.57º | 0.54% | 0.2% | - |
| HSV(B) | 338.57º | 0.7% | 0.31% | - |
| XYZ | 4.09 | 2.54 | 2.66 | - |
| YUV | 43.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 44 | 0 | 0.70 | 0.45 | 0.69 | 338.57 | 0.54 | 0.2 |
| Hex | 50 | 18 | 2C | 0 | 46 | 2D | 45 | 153 | 36 | 14 |
| Octal | 120 | 30 | 54 | 0 | 106 | 55 | 105 | 523 | 66 | 24 |
| Binary | 1010000 | 11000 | 101100 | 0 | 1000110 | 101101 | 1000101 | 101010011 | 110110 | 10100 |
Color Harmonies of #50182C
Complementary color
Monochromatic Colors of #50182C
Black with #50182C
Text Example
Text Example
White with #50182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50182C; }
p { color: rgb(80,24,44); }
H1.HeaderClassName
{
color: #50182C;
}
.AnyTagClassName
{
color: #50182C;
}
</style>
background-color css
<style>
a { background-color: #50182C; }
a { background-color: rgb(80,24,44); }
div.DivClassName
{
background-color: #50182C;
}
.BgClassName
{
background-color: #50182C;
}
</style>
border-color css
<style>
span { border-color: #50182C; }
span { border-color: rgb(80,24,44); }
td.TdClassName
{
border-color: #50182C;
}
.TagClassName
{
border-color: #50182C;
}
</style>