Shades of Castro #52152C
Tints of Castro #52152C
RGB
CMYK
RGB Variations
Color information
#52152C (or 0x52152C) is known color: Castro. HEX triplet: 52, 15 and 2C. RGB value is (82,21,44). Sum of RGB (Red+Green+Blue) = 82+21+44=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52152C is #ADEAD3. Grayscale: #292929. Windows color (decimal): -11397844 or 2889042. OLE color: 2889042.
HSL color Cylindrical-coordinate representation of color #52152C: hue angle of 337.38º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52152C is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 44 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.68 |
| HSL | 337.38º | 0.59% | 0.2% | - |
| HSV(B) | 337.38º | 0.74% | 0.32% | - |
| XYZ | 4.2 | 2.51 | 2.65 | - |
| YUV | 41.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 44 | 0 | 0.74 | 0.46 | 0.68 | 337.38 | 0.59 | 0.2 |
| Hex | 52 | 15 | 2C | 0 | 4A | 2E | 44 | 151 | 3B | 14 |
| Octal | 122 | 25 | 54 | 0 | 112 | 56 | 104 | 521 | 73 | 24 |
| Binary | 1010010 | 10101 | 101100 | 0 | 1001010 | 101110 | 1000100 | 101010001 | 111011 | 10100 |
Color Harmonies of #52152C
Complementary color
Monochromatic Colors of #52152C
Black with #52152C
Text Example
Text Example
White with #52152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52152C; }
p { color: rgb(82,21,44); }
H1.HeaderClassName
{
color: #52152C;
}
.AnyTagClassName
{
color: #52152C;
}
</style>
background-color css
<style>
a { background-color: #52152C; }
a { background-color: rgb(82,21,44); }
div.DivClassName
{
background-color: #52152C;
}
.BgClassName
{
background-color: #52152C;
}
</style>
border-color css
<style>
span { border-color: #52152C; }
span { border-color: rgb(82,21,44); }
td.TdClassName
{
border-color: #52152C;
}
.TagClassName
{
border-color: #52152C;
}
</style>