Shades of Castro #56152E
Tints of Castro #56152E
RGB
CMYK
RGB Variations
Color information
#56152E (or 0x56152E) is known color: Castro. HEX triplet: 56, 15 and 2E. RGB value is (86,21,46). Sum of RGB (Red+Green+Blue) = 86+21+46=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56152E is #A9EAD1. Grayscale: #2B2B2B. Windows color (decimal): -11135698 or 3020118. OLE color: 3020118.
HSL color Cylindrical-coordinate representation of color #56152E: hue angle of 336.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56152E is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 46 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.66 |
| HSL | 336.92º | 0.61% | 0.21% | - |
| HSV(B) | 336.92º | 0.76% | 0.34% | - |
| XYZ | 4.6 | 2.71 | 2.87 | - |
| YUV | 43.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 46 | 0 | 0.76 | 0.47 | 0.66 | 336.92 | 0.61 | 0.21 |
| Hex | 56 | 15 | 2E | 0 | 4C | 2F | 42 | 151 | 3D | 15 |
| Octal | 126 | 25 | 56 | 0 | 114 | 57 | 102 | 521 | 75 | 25 |
| Binary | 1010110 | 10101 | 101110 | 0 | 1001100 | 101111 | 1000010 | 101010001 | 111101 | 10101 |
Color Harmonies of #56152E
Complementary color
Monochromatic Colors of #56152E
Black with #56152E
Text Example
Text Example
White with #56152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56152E; }
p { color: rgb(86,21,46); }
H1.HeaderClassName
{
color: #56152E;
}
.AnyTagClassName
{
color: #56152E;
}
</style>
background-color css
<style>
a { background-color: #56152E; }
a { background-color: rgb(86,21,46); }
div.DivClassName
{
background-color: #56152E;
}
.BgClassName
{
background-color: #56152E;
}
</style>
border-color css
<style>
span { border-color: #56152E; }
span { border-color: rgb(86,21,46); }
td.TdClassName
{
border-color: #56152E;
}
.TagClassName
{
border-color: #56152E;
}
</style>