Shades of Castro #511B2F
Tints of Castro #511B2F
RGB
CMYK
RGB Variations
Color information
#511B2F (or 0x511B2F) is known color: Castro. HEX triplet: 51, 1B and 2F. RGB value is (81,27,47). Sum of RGB (Red+Green+Blue) = 81+27+47=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B2F is #AEE4D0. Grayscale: #2D2D2D. Windows color (decimal): -11461841 or 3087185. OLE color: 3087185.
HSL color Cylindrical-coordinate representation of color #511B2F: hue angle of 337.78º 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 #511B2F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 47 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.68 |
| HSL | 337.78º | 0.5% | 0.21% | - |
| HSV(B) | 337.78º | 0.67% | 0.32% | - |
| XYZ | 4.3 | 2.74 | 2.99 | - |
| YUV | 45.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 47 | 0 | 0.67 | 0.42 | 0.68 | 337.78 | 0.5 | 0.21 |
| Hex | 51 | 1B | 2F | 0 | 43 | 2A | 44 | 152 | 32 | 15 |
| Octal | 121 | 33 | 57 | 0 | 103 | 52 | 104 | 522 | 62 | 25 |
| Binary | 1010001 | 11011 | 101111 | 0 | 1000011 | 101010 | 1000100 | 101010010 | 110010 | 10101 |
Color Harmonies of #511B2F
Complementary color
Monochromatic Colors of #511B2F
Black with #511B2F
Text Example
Text Example
White with #511B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B2F; }
p { color: rgb(81,27,47); }
H1.HeaderClassName
{
color: #511B2F;
}
.AnyTagClassName
{
color: #511B2F;
}
</style>
background-color css
<style>
a { background-color: #511B2F; }
a { background-color: rgb(81,27,47); }
div.DivClassName
{
background-color: #511B2F;
}
.BgClassName
{
background-color: #511B2F;
}
</style>
border-color css
<style>
span { border-color: #511B2F; }
span { border-color: rgb(81,27,47); }
td.TdClassName
{
border-color: #511B2F;
}
.TagClassName
{
border-color: #511B2F;
}
</style>