Shades of Castro #521B2E
Tints of Castro #521B2E
RGB
CMYK
RGB Variations
Color information
#521B2E (or 0x521B2E) is known color: Castro. HEX triplet: 52, 1B and 2E. RGB value is (82,27,46). Sum of RGB (Red+Green+Blue) = 82+27+46=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B2E is #ADE4D1. Grayscale: #2D2D2D. Windows color (decimal): -11396306 or 3021650. OLE color: 3021650.
HSL color Cylindrical-coordinate representation of color #521B2E: hue angle of 339.27º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B2E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 46 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.68 |
| HSL | 339.27º | 0.5% | 0.21% | - |
| HSV(B) | 339.27º | 0.67% | 0.32% | - |
| XYZ | 4.36 | 2.77 | 2.89 | - |
| YUV | 45.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 46 | 0 | 0.67 | 0.44 | 0.68 | 339.27 | 0.5 | 0.21 |
| Hex | 52 | 1B | 2E | 0 | 43 | 2C | 44 | 153 | 32 | 15 |
| Octal | 122 | 33 | 56 | 0 | 103 | 54 | 104 | 523 | 62 | 25 |
| Binary | 1010010 | 11011 | 101110 | 0 | 1000011 | 101100 | 1000100 | 101010011 | 110010 | 10101 |
Color Harmonies of #521B2E
Complementary color
Monochromatic Colors of #521B2E
Black with #521B2E
Text Example
Text Example
White with #521B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B2E; }
p { color: rgb(82,27,46); }
H1.HeaderClassName
{
color: #521B2E;
}
.AnyTagClassName
{
color: #521B2E;
}
</style>
background-color css
<style>
a { background-color: #521B2E; }
a { background-color: rgb(82,27,46); }
div.DivClassName
{
background-color: #521B2E;
}
.BgClassName
{
background-color: #521B2E;
}
</style>
border-color css
<style>
span { border-color: #521B2E; }
span { border-color: rgb(82,27,46); }
td.TdClassName
{
border-color: #521B2E;
}
.TagClassName
{
border-color: #521B2E;
}
</style>