Shades of Castro #511C2D
Tints of Castro #511C2D
RGB
CMYK
RGB Variations
Color information
#511C2D (or 0x511C2D) is known color: Castro. HEX triplet: 51, 1C and 2D. RGB value is (81,28,45). Sum of RGB (Red+Green+Blue) = 81+28+45=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C2D is #AEE3D2. Grayscale: #2D2D2D. Windows color (decimal): -11461587 or 2956369. OLE color: 2956369.
HSL color Cylindrical-coordinate representation of color #511C2D: hue angle of 340.75º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C2D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 45 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.68 |
| HSL | 340.75º | 0.49% | 0.21% | - |
| HSV(B) | 340.75º | 0.65% | 0.32% | - |
| XYZ | 4.28 | 2.77 | 2.79 | - |
| YUV | 45.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 45 | 0 | 0.65 | 0.44 | 0.68 | 340.75 | 0.49 | 0.21 |
| Hex | 51 | 1C | 2D | 0 | 41 | 2C | 44 | 155 | 31 | 15 |
| Octal | 121 | 34 | 55 | 0 | 101 | 54 | 104 | 525 | 61 | 25 |
| Binary | 1010001 | 11100 | 101101 | 0 | 1000001 | 101100 | 1000100 | 101010101 | 110001 | 10101 |
Color Harmonies of #511C2D
Complementary color
Monochromatic Colors of #511C2D
Black with #511C2D
Text Example
Text Example
White with #511C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C2D; }
p { color: rgb(81,28,45); }
H1.HeaderClassName
{
color: #511C2D;
}
.AnyTagClassName
{
color: #511C2D;
}
</style>
background-color css
<style>
a { background-color: #511C2D; }
a { background-color: rgb(81,28,45); }
div.DivClassName
{
background-color: #511C2D;
}
.BgClassName
{
background-color: #511C2D;
}
</style>
border-color css
<style>
span { border-color: #511C2D; }
span { border-color: rgb(81,28,45); }
td.TdClassName
{
border-color: #511C2D;
}
.TagClassName
{
border-color: #511C2D;
}
</style>