Shades of Castro #511F36
Tints of Castro #511F36
RGB
CMYK
RGB Variations
Color information
#511F36 (or 0x511F36) is known color: Castro. HEX triplet: 51, 1F and 36. RGB value is (81,31,54). Sum of RGB (Red+Green+Blue) = 81+31+54=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F36 is #AEE0C9. Grayscale: #303030. Windows color (decimal): -11460810 or 3546961. OLE color: 3546961.
HSL color Cylindrical-coordinate representation of color #511F36: hue angle of 332.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F36 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 54 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.68 |
| HSL | 332.4º | 0.45% | 0.22% | - |
| HSV(B) | 332.4º | 0.62% | 0.32% | - |
| XYZ | 4.55 | 3 | 3.83 | - |
| YUV | 48.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 54 | 0 | 0.62 | 0.33 | 0.68 | 332.4 | 0.45 | 0.22 |
| Hex | 51 | 1F | 36 | 0 | 3E | 21 | 44 | 14C | 2D | 16 |
| Octal | 121 | 37 | 66 | 0 | 76 | 41 | 104 | 514 | 55 | 26 |
| Binary | 1010001 | 11111 | 110110 | 0 | 111110 | 100001 | 1000100 | 101001100 | 101101 | 10110 |
Color Harmonies of #511F36
Complementary color
Monochromatic Colors of #511F36
Black with #511F36
Text Example
Text Example
White with #511F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F36; }
p { color: rgb(81,31,54); }
H1.HeaderClassName
{
color: #511F36;
}
.AnyTagClassName
{
color: #511F36;
}
</style>
background-color css
<style>
a { background-color: #511F36; }
a { background-color: rgb(81,31,54); }
div.DivClassName
{
background-color: #511F36;
}
.BgClassName
{
background-color: #511F36;
}
</style>
border-color css
<style>
span { border-color: #511F36; }
span { border-color: rgb(81,31,54); }
td.TdClassName
{
border-color: #511F36;
}
.TagClassName
{
border-color: #511F36;
}
</style>