Shades of Castro #551932
Tints of Castro #551932
RGB
CMYK
RGB Variations
Color information
#551932 (or 0x551932) is known color: Castro. HEX triplet: 55, 19 and 32. RGB value is (85,25,50). Sum of RGB (Red+Green+Blue) = 85+25+50=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551932 is #AAE6CD. Grayscale: #2D2D2D. Windows color (decimal): -11200206 or 3283285. OLE color: 3283285.
HSL color Cylindrical-coordinate representation of color #551932: hue angle of 335º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551932 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 50 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.67 |
| HSL | 335º | 0.55% | 0.22% | - |
| HSV(B) | 335º | 0.71% | 0.33% | - |
| XYZ | 4.67 | 2.86 | 3.32 | - |
| YUV | 45.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 50 | 0 | 0.71 | 0.41 | 0.67 | 335 | 0.55 | 0.22 |
| Hex | 55 | 19 | 32 | 0 | 47 | 29 | 43 | 14F | 37 | 16 |
| Octal | 125 | 31 | 62 | 0 | 107 | 51 | 103 | 517 | 67 | 26 |
| Binary | 1010101 | 11001 | 110010 | 0 | 1000111 | 101001 | 1000011 | 101001111 | 110111 | 10110 |
Color Harmonies of #551932
Complementary color
Monochromatic Colors of #551932
Black with #551932
Text Example
Text Example
White with #551932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551932; }
p { color: rgb(85,25,50); }
H1.HeaderClassName
{
color: #551932;
}
.AnyTagClassName
{
color: #551932;
}
</style>
background-color css
<style>
a { background-color: #551932; }
a { background-color: rgb(85,25,50); }
div.DivClassName
{
background-color: #551932;
}
.BgClassName
{
background-color: #551932;
}
</style>
border-color css
<style>
span { border-color: #551932; }
span { border-color: rgb(85,25,50); }
td.TdClassName
{
border-color: #551932;
}
.TagClassName
{
border-color: #551932;
}
</style>