Shades of Castro #52182C
Tints of Castro #52182C
RGB
CMYK
RGB Variations
Color information
#52182C (or 0x52182C) is known color: Castro. HEX triplet: 52, 18 and 2C. RGB value is (82,24,44). Sum of RGB (Red+Green+Blue) = 82+24+44=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52182C is #ADE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11397076 or 2889810. OLE color: 2889810.
HSL color Cylindrical-coordinate representation of color #52182C: hue angle of 339.31º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52182C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 44 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.68 |
| HSL | 339.31º | 0.55% | 0.21% | - |
| HSV(B) | 339.31º | 0.71% | 0.32% | - |
| XYZ | 4.26 | 2.63 | 2.67 | - |
| YUV | 43.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 44 | 0 | 0.71 | 0.46 | 0.68 | 339.31 | 0.55 | 0.21 |
| Hex | 52 | 18 | 2C | 0 | 47 | 2E | 44 | 153 | 37 | 15 |
| Octal | 122 | 30 | 54 | 0 | 107 | 56 | 104 | 523 | 67 | 25 |
| Binary | 1010010 | 11000 | 101100 | 0 | 1000111 | 101110 | 1000100 | 101010011 | 110111 | 10101 |
Color Harmonies of #52182C
Complementary color
Monochromatic Colors of #52182C
Black with #52182C
Text Example
Text Example
White with #52182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52182C; }
p { color: rgb(82,24,44); }
H1.HeaderClassName
{
color: #52182C;
}
.AnyTagClassName
{
color: #52182C;
}
</style>
background-color css
<style>
a { background-color: #52182C; }
a { background-color: rgb(82,24,44); }
div.DivClassName
{
background-color: #52182C;
}
.BgClassName
{
background-color: #52182C;
}
</style>
border-color css
<style>
span { border-color: #52182C; }
span { border-color: rgb(82,24,44); }
td.TdClassName
{
border-color: #52182C;
}
.TagClassName
{
border-color: #52182C;
}
</style>