Shades of Castro #51162D
Tints of Castro #51162D
RGB
CMYK
RGB Variations
Color information
#51162D (or 0x51162D) is known color: Castro. HEX triplet: 51, 16 and 2D. RGB value is (81,22,45). Sum of RGB (Red+Green+Blue) = 81+22+45=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51162D is #AEE9D2. Grayscale: #2A2A2A. Windows color (decimal): -11463123 or 2954833. OLE color: 2954833.
HSL color Cylindrical-coordinate representation of color #51162D: hue angle of 336.61º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51162D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 45 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.68 |
| HSL | 336.61º | 0.57% | 0.2% | - |
| HSV(B) | 336.61º | 0.73% | 0.32% | - |
| XYZ | 4.15 | 2.51 | 2.75 | - |
| YUV | 42.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 45 | 0 | 0.73 | 0.44 | 0.68 | 336.61 | 0.57 | 0.2 |
| Hex | 51 | 16 | 2D | 0 | 49 | 2C | 44 | 151 | 39 | 14 |
| Octal | 121 | 26 | 55 | 0 | 111 | 54 | 104 | 521 | 71 | 24 |
| Binary | 1010001 | 10110 | 101101 | 0 | 1001001 | 101100 | 1000100 | 101010001 | 111001 | 10100 |
Color Harmonies of #51162D
Complementary color
Monochromatic Colors of #51162D
Black with #51162D
Text Example
Text Example
White with #51162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51162D; }
p { color: rgb(81,22,45); }
H1.HeaderClassName
{
color: #51162D;
}
.AnyTagClassName
{
color: #51162D;
}
</style>
background-color css
<style>
a { background-color: #51162D; }
a { background-color: rgb(81,22,45); }
div.DivClassName
{
background-color: #51162D;
}
.BgClassName
{
background-color: #51162D;
}
</style>
border-color css
<style>
span { border-color: #51162D; }
span { border-color: rgb(81,22,45); }
td.TdClassName
{
border-color: #51162D;
}
.TagClassName
{
border-color: #51162D;
}
</style>