Shades of Castro #52172E
Tints of Castro #52172E
RGB
CMYK
RGB Variations
Color information
#52172E (or 0x52172E) is known color: Castro. HEX triplet: 52, 17 and 2E. RGB value is (82,23,46). Sum of RGB (Red+Green+Blue) = 82+23+46=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52172E is #ADE8D1. Grayscale: #2B2B2B. Windows color (decimal): -11397330 or 3020626. OLE color: 3020626.
HSL color Cylindrical-coordinate representation of color #52172E: hue angle of 336.61º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52172E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 46 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.68 |
| HSL | 336.61º | 0.56% | 0.21% | - |
| HSV(B) | 336.61º | 0.72% | 0.32% | - |
| XYZ | 4.28 | 2.6 | 2.86 | - |
| YUV | 43.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 46 | 0 | 0.72 | 0.44 | 0.68 | 336.61 | 0.56 | 0.21 |
| Hex | 52 | 17 | 2E | 0 | 48 | 2C | 44 | 151 | 38 | 15 |
| Octal | 122 | 27 | 56 | 0 | 110 | 54 | 104 | 521 | 70 | 25 |
| Binary | 1010010 | 10111 | 101110 | 0 | 1001000 | 101100 | 1000100 | 101010001 | 111000 | 10101 |
Color Harmonies of #52172E
Complementary color
Monochromatic Colors of #52172E
Black with #52172E
Text Example
Text Example
White with #52172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52172E; }
p { color: rgb(82,23,46); }
H1.HeaderClassName
{
color: #52172E;
}
.AnyTagClassName
{
color: #52172E;
}
</style>
background-color css
<style>
a { background-color: #52172E; }
a { background-color: rgb(82,23,46); }
div.DivClassName
{
background-color: #52172E;
}
.BgClassName
{
background-color: #52172E;
}
</style>
border-color css
<style>
span { border-color: #52172E; }
span { border-color: rgb(82,23,46); }
td.TdClassName
{
border-color: #52172E;
}
.TagClassName
{
border-color: #52172E;
}
</style>