Shades of Castro #56162F
Tints of Castro #56162F
RGB
CMYK
RGB Variations
Color information
#56162F (or 0x56162F) is known color: Castro. HEX triplet: 56, 16 and 2F. RGB value is (86,22,47). Sum of RGB (Red+Green+Blue) = 86+22+47=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #56162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56162F is #A9E9D0. Grayscale: #2B2B2B. Windows color (decimal): -11135441 or 3085910. OLE color: 3085910.
HSL color Cylindrical-coordinate representation of color #56162F: hue angle of 336.56º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56162F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 47 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.66 |
| HSL | 336.56º | 0.59% | 0.21% | - |
| HSV(B) | 336.56º | 0.74% | 0.34% | - |
| XYZ | 4.64 | 2.76 | 2.98 | - |
| YUV | 43.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 47 | 0 | 0.74 | 0.45 | 0.66 | 336.56 | 0.59 | 0.21 |
| Hex | 56 | 16 | 2F | 0 | 4A | 2D | 42 | 151 | 3B | 15 |
| Octal | 126 | 26 | 57 | 0 | 112 | 55 | 102 | 521 | 73 | 25 |
| Binary | 1010110 | 10110 | 101111 | 0 | 1001010 | 101101 | 1000010 | 101010001 | 111011 | 10101 |
Color Harmonies of #56162F
Complementary color
Monochromatic Colors of #56162F
Black with #56162F
Text Example
Text Example
White with #56162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56162F; }
p { color: rgb(86,22,47); }
H1.HeaderClassName
{
color: #56162F;
}
.AnyTagClassName
{
color: #56162F;
}
</style>
background-color css
<style>
a { background-color: #56162F; }
a { background-color: rgb(86,22,47); }
div.DivClassName
{
background-color: #56162F;
}
.BgClassName
{
background-color: #56162F;
}
</style>
border-color css
<style>
span { border-color: #56162F; }
span { border-color: rgb(86,22,47); }
td.TdClassName
{
border-color: #56162F;
}
.TagClassName
{
border-color: #56162F;
}
</style>