Shades of Castro #53162D
Tints of Castro #53162D
RGB
CMYK
RGB Variations
Color information
#53162D (or 0x53162D) is known color: Castro. HEX triplet: 53, 16 and 2D. RGB value is (83,22,45). Sum of RGB (Red+Green+Blue) = 83+22+45=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53162D is #ACE9D2. Grayscale: #2A2A2A. Windows color (decimal): -11332051 or 2954835. OLE color: 2954835.
HSL color Cylindrical-coordinate representation of color #53162D: hue angle of 337.38º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53162D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 45 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.67 |
| HSL | 337.38º | 0.58% | 0.21% | - |
| HSV(B) | 337.38º | 0.73% | 0.33% | - |
| XYZ | 4.33 | 2.6 | 2.76 | - |
| YUV | 42.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 45 | 0 | 0.73 | 0.46 | 0.67 | 337.38 | 0.58 | 0.21 |
| Hex | 53 | 16 | 2D | 0 | 49 | 2E | 43 | 151 | 3A | 15 |
| Octal | 123 | 26 | 55 | 0 | 111 | 56 | 103 | 521 | 72 | 25 |
| Binary | 1010011 | 10110 | 101101 | 0 | 1001001 | 101110 | 1000011 | 101010001 | 111010 | 10101 |
Color Harmonies of #53162D
Complementary color
Monochromatic Colors of #53162D
Black with #53162D
Text Example
Text Example
White with #53162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53162D; }
p { color: rgb(83,22,45); }
H1.HeaderClassName
{
color: #53162D;
}
.AnyTagClassName
{
color: #53162D;
}
</style>
background-color css
<style>
a { background-color: #53162D; }
a { background-color: rgb(83,22,45); }
div.DivClassName
{
background-color: #53162D;
}
.BgClassName
{
background-color: #53162D;
}
</style>
border-color css
<style>
span { border-color: #53162D; }
span { border-color: rgb(83,22,45); }
td.TdClassName
{
border-color: #53162D;
}
.TagClassName
{
border-color: #53162D;
}
</style>