Shades of Castro #511F32
Tints of Castro #511F32
RGB
CMYK
RGB Variations
Color information
#511F32 (or 0x511F32) is known color: Castro. HEX triplet: 51, 1F and 32. RGB value is (81,31,50). Sum of RGB (Red+Green+Blue) = 81+31+50=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F32 is #AEE0CD. Grayscale: #303030. Windows color (decimal): -11460814 or 3284817. OLE color: 3284817.
HSL color Cylindrical-coordinate representation of color #511F32: hue angle of 337.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F32 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 50 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.68 |
| HSL | 337.2º | 0.45% | 0.22% | - |
| HSV(B) | 337.2º | 0.62% | 0.32% | - |
| XYZ | 4.46 | 2.96 | 3.35 | - |
| YUV | 48.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 50 | 0 | 0.62 | 0.38 | 0.68 | 337.2 | 0.45 | 0.22 |
| Hex | 51 | 1F | 32 | 0 | 3E | 26 | 44 | 151 | 2D | 16 |
| Octal | 121 | 37 | 62 | 0 | 76 | 46 | 104 | 521 | 55 | 26 |
| Binary | 1010001 | 11111 | 110010 | 0 | 111110 | 100110 | 1000100 | 101010001 | 101101 | 10110 |
Color Harmonies of #511F32
Complementary color
Monochromatic Colors of #511F32
Black with #511F32
Text Example
Text Example
White with #511F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F32; }
p { color: rgb(81,31,50); }
H1.HeaderClassName
{
color: #511F32;
}
.AnyTagClassName
{
color: #511F32;
}
</style>
background-color css
<style>
a { background-color: #511F32; }
a { background-color: rgb(81,31,50); }
div.DivClassName
{
background-color: #511F32;
}
.BgClassName
{
background-color: #511F32;
}
</style>
border-color css
<style>
span { border-color: #511F32; }
span { border-color: rgb(81,31,50); }
td.TdClassName
{
border-color: #511F32;
}
.TagClassName
{
border-color: #511F32;
}
</style>