Shades of Castro #511B2E
Tints of Castro #511B2E
RGB
CMYK
RGB Variations
Color information
#511B2E (or 0x511B2E) is known color: Castro. HEX triplet: 51, 1B and 2E. RGB value is (81,27,46). Sum of RGB (Red+Green+Blue) = 81+27+46=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B2E is #AEE4D1. Grayscale: #2D2D2D. Windows color (decimal): -11461842 or 3021649. OLE color: 3021649.
HSL color Cylindrical-coordinate representation of color #511B2E: hue angle of 338.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B2E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 46 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.68 |
| HSL | 338.89º | 0.5% | 0.21% | - |
| HSV(B) | 338.89º | 0.67% | 0.32% | - |
| XYZ | 4.28 | 2.73 | 2.89 | - |
| YUV | 45.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 46 | 0 | 0.67 | 0.43 | 0.68 | 338.89 | 0.5 | 0.21 |
| Hex | 51 | 1B | 2E | 0 | 43 | 2B | 44 | 153 | 32 | 15 |
| Octal | 121 | 33 | 56 | 0 | 103 | 53 | 104 | 523 | 62 | 25 |
| Binary | 1010001 | 11011 | 101110 | 0 | 1000011 | 101011 | 1000100 | 101010011 | 110010 | 10101 |
Color Harmonies of #511B2E
Complementary color
Monochromatic Colors of #511B2E
Black with #511B2E
Text Example
Text Example
White with #511B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B2E; }
p { color: rgb(81,27,46); }
H1.HeaderClassName
{
color: #511B2E;
}
.AnyTagClassName
{
color: #511B2E;
}
</style>
background-color css
<style>
a { background-color: #511B2E; }
a { background-color: rgb(81,27,46); }
div.DivClassName
{
background-color: #511B2E;
}
.BgClassName
{
background-color: #511B2E;
}
</style>
border-color css
<style>
span { border-color: #511B2E; }
span { border-color: rgb(81,27,46); }
td.TdClassName
{
border-color: #511B2E;
}
.TagClassName
{
border-color: #511B2E;
}
</style>