Shades of Castro #501C30
Tints of Castro #501C30
RGB
CMYK
RGB Variations
Color information
#501C30 (or 0x501C30) is known color: Castro. HEX triplet: 50, 1C and 30. RGB value is (80,28,48). Sum of RGB (Red+Green+Blue) = 80+28+48=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C30 is #AFE3CF. Grayscale: #2D2D2D. Windows color (decimal): -11527120 or 3152976. OLE color: 3152976.
HSL color Cylindrical-coordinate representation of color #501C30: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C30 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 48 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.69 |
| HSL | 336.92º | 0.48% | 0.21% | - |
| HSV(B) | 336.92º | 0.65% | 0.31% | - |
| XYZ | 4.26 | 2.75 | 3.1 | - |
| YUV | 45.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 48 | 0 | 0.65 | 0.40 | 0.69 | 336.92 | 0.48 | 0.21 |
| Hex | 50 | 1C | 30 | 0 | 41 | 28 | 45 | 151 | 30 | 15 |
| Octal | 120 | 34 | 60 | 0 | 101 | 50 | 105 | 521 | 60 | 25 |
| Binary | 1010000 | 11100 | 110000 | 0 | 1000001 | 101000 | 1000101 | 101010001 | 110000 | 10101 |
Color Harmonies of #501C30
Complementary color
Monochromatic Colors of #501C30
Black with #501C30
Text Example
Text Example
White with #501C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C30; }
p { color: rgb(80,28,48); }
H1.HeaderClassName
{
color: #501C30;
}
.AnyTagClassName
{
color: #501C30;
}
</style>
background-color css
<style>
a { background-color: #501C30; }
a { background-color: rgb(80,28,48); }
div.DivClassName
{
background-color: #501C30;
}
.BgClassName
{
background-color: #501C30;
}
</style>
border-color css
<style>
span { border-color: #501C30; }
span { border-color: rgb(80,28,48); }
td.TdClassName
{
border-color: #501C30;
}
.TagClassName
{
border-color: #501C30;
}
</style>