Shades of Castro #51192C
Tints of Castro #51192C
RGB
CMYK
RGB Variations
Color information
#51192C (or 0x51192C) is known color: Castro. HEX triplet: 51, 19 and 2C. RGB value is (81,25,44). Sum of RGB (Red+Green+Blue) = 81+25+44=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51192C is #AEE6D3. Grayscale: #2B2B2B. Windows color (decimal): -11462356 or 2890065. OLE color: 2890065.
HSL color Cylindrical-coordinate representation of color #51192C: hue angle of 339.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51192C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 44 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.68 |
| HSL | 339.64º | 0.53% | 0.21% | - |
| HSV(B) | 339.64º | 0.69% | 0.32% | - |
| XYZ | 4.2 | 2.63 | 2.67 | - |
| YUV | 43.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 44 | 0 | 0.69 | 0.46 | 0.68 | 339.64 | 0.53 | 0.21 |
| Hex | 51 | 19 | 2C | 0 | 45 | 2E | 44 | 154 | 35 | 15 |
| Octal | 121 | 31 | 54 | 0 | 105 | 56 | 104 | 524 | 65 | 25 |
| Binary | 1010001 | 11001 | 101100 | 0 | 1000101 | 101110 | 1000100 | 101010100 | 110101 | 10101 |
Color Harmonies of #51192C
Complementary color
Monochromatic Colors of #51192C
Black with #51192C
Text Example
Text Example
White with #51192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51192C; }
p { color: rgb(81,25,44); }
H1.HeaderClassName
{
color: #51192C;
}
.AnyTagClassName
{
color: #51192C;
}
</style>
background-color css
<style>
a { background-color: #51192C; }
a { background-color: rgb(81,25,44); }
div.DivClassName
{
background-color: #51192C;
}
.BgClassName
{
background-color: #51192C;
}
</style>
border-color css
<style>
span { border-color: #51192C; }
span { border-color: rgb(81,25,44); }
td.TdClassName
{
border-color: #51192C;
}
.TagClassName
{
border-color: #51192C;
}
</style>