Shades of Castro #511A31
Tints of Castro #511A31
RGB
CMYK
RGB Variations
Color information
#511A31 (or 0x511A31) is known color: Castro. HEX triplet: 51, 1A and 31. RGB value is (81,26,49). Sum of RGB (Red+Green+Blue) = 81+26+49=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A31 is #AEE5CE. Grayscale: #2D2D2D. Windows color (decimal): -11462095 or 3218001. OLE color: 3218001.
HSL color Cylindrical-coordinate representation of color #511A31: hue angle of 334.91º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A31 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 49 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.68 |
| HSL | 334.91º | 0.51% | 0.21% | - |
| HSV(B) | 334.91º | 0.68% | 0.32% | - |
| XYZ | 4.32 | 2.71 | 3.2 | - |
| YUV | 45.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 49 | 0 | 0.68 | 0.40 | 0.68 | 334.91 | 0.51 | 0.21 |
| Hex | 51 | 1A | 31 | 0 | 44 | 28 | 44 | 14F | 33 | 15 |
| Octal | 121 | 32 | 61 | 0 | 104 | 50 | 104 | 517 | 63 | 25 |
| Binary | 1010001 | 11010 | 110001 | 0 | 1000100 | 101000 | 1000100 | 101001111 | 110011 | 10101 |
Color Harmonies of #511A31
Complementary color
Monochromatic Colors of #511A31
Black with #511A31
Text Example
Text Example
White with #511A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A31; }
p { color: rgb(81,26,49); }
H1.HeaderClassName
{
color: #511A31;
}
.AnyTagClassName
{
color: #511A31;
}
</style>
background-color css
<style>
a { background-color: #511A31; }
a { background-color: rgb(81,26,49); }
div.DivClassName
{
background-color: #511A31;
}
.BgClassName
{
background-color: #511A31;
}
</style>
border-color css
<style>
span { border-color: #511A31; }
span { border-color: rgb(81,26,49); }
td.TdClassName
{
border-color: #511A31;
}
.TagClassName
{
border-color: #511A31;
}
</style>