Shades of Castro #52192D
Tints of Castro #52192D
RGB
CMYK
RGB Variations
Color information
#52192D (or 0x52192D) is known color: Castro. HEX triplet: 52, 19 and 2D. RGB value is (82,25,45). Sum of RGB (Red+Green+Blue) = 82+25+45=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192D is #ADE6D2. Grayscale: #2C2C2C. Windows color (decimal): -11396819 or 2955602. OLE color: 2955602.
HSL color Cylindrical-coordinate representation of color #52192D: hue angle of 338.95º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52192D is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 45 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.68 |
| HSL | 338.95º | 0.53% | 0.21% | - |
| HSV(B) | 338.95º | 0.7% | 0.32% | - |
| XYZ | 4.3 | 2.68 | 2.77 | - |
| YUV | 44.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 45 | 0 | 0.70 | 0.45 | 0.68 | 338.95 | 0.53 | 0.21 |
| Hex | 52 | 19 | 2D | 0 | 46 | 2D | 44 | 153 | 35 | 15 |
| Octal | 122 | 31 | 55 | 0 | 106 | 55 | 104 | 523 | 65 | 25 |
| Binary | 1010010 | 11001 | 101101 | 0 | 1000110 | 101101 | 1000100 | 101010011 | 110101 | 10101 |
Color Harmonies of #52192D
Complementary color
Monochromatic Colors of #52192D
Black with #52192D
Text Example
Text Example
White with #52192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52192D; }
p { color: rgb(82,25,45); }
H1.HeaderClassName
{
color: #52192D;
}
.AnyTagClassName
{
color: #52192D;
}
</style>
background-color css
<style>
a { background-color: #52192D; }
a { background-color: rgb(82,25,45); }
div.DivClassName
{
background-color: #52192D;
}
.BgClassName
{
background-color: #52192D;
}
</style>
border-color css
<style>
span { border-color: #52192D; }
span { border-color: rgb(82,25,45); }
td.TdClassName
{
border-color: #52192D;
}
.TagClassName
{
border-color: #52192D;
}
</style>