Shades of Castro #501C2F
Tints of Castro #501C2F
RGB
CMYK
RGB Variations
Color information
#501C2F (or 0x501C2F) is known color: Castro. HEX triplet: 50, 1C and 2F. RGB value is (80,28,47). Sum of RGB (Red+Green+Blue) = 80+28+47=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C2F is #AFE3D0. Grayscale: #2D2D2D. Windows color (decimal): -11527121 or 3087440. OLE color: 3087440.
HSL color Cylindrical-coordinate representation of color #501C2F: hue angle of 338.08º 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 #501C2F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 47 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.69 |
| HSL | 338.08º | 0.48% | 0.21% | - |
| HSV(B) | 338.08º | 0.65% | 0.31% | - |
| XYZ | 4.24 | 2.74 | 3 | - |
| YUV | 45.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 47 | 0 | 0.65 | 0.41 | 0.69 | 338.08 | 0.48 | 0.21 |
| Hex | 50 | 1C | 2F | 0 | 41 | 29 | 45 | 152 | 30 | 15 |
| Octal | 120 | 34 | 57 | 0 | 101 | 51 | 105 | 522 | 60 | 25 |
| Binary | 1010000 | 11100 | 101111 | 0 | 1000001 | 101001 | 1000101 | 101010010 | 110000 | 10101 |
Color Harmonies of #501C2F
Complementary color
Monochromatic Colors of #501C2F
Black with #501C2F
Text Example
Text Example
White with #501C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C2F; }
p { color: rgb(80,28,47); }
H1.HeaderClassName
{
color: #501C2F;
}
.AnyTagClassName
{
color: #501C2F;
}
</style>
background-color css
<style>
a { background-color: #501C2F; }
a { background-color: rgb(80,28,47); }
div.DivClassName
{
background-color: #501C2F;
}
.BgClassName
{
background-color: #501C2F;
}
</style>
border-color css
<style>
span { border-color: #501C2F; }
span { border-color: rgb(80,28,47); }
td.TdClassName
{
border-color: #501C2F;
}
.TagClassName
{
border-color: #501C2F;
}
</style>