Shades of Castro #53172C
Tints of Castro #53172C
RGB
CMYK
RGB Variations
Color information
#53172C (or 0x53172C) is known color: Castro. HEX triplet: 53, 17 and 2C. RGB value is (83,23,44). Sum of RGB (Red+Green+Blue) = 83+23+44=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172C is #ACE8D3. Grayscale: #2B2B2B. Windows color (decimal): -11331796 or 2889555. OLE color: 2889555.
HSL color Cylindrical-coordinate representation of color #53172C: hue angle of 339º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53172C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 44 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.67 |
| HSL | 339º | 0.57% | 0.21% | - |
| HSV(B) | 339º | 0.72% | 0.33% | - |
| XYZ | 4.33 | 2.63 | 2.66 | - |
| YUV | 43.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 44 | 0 | 0.72 | 0.47 | 0.67 | 339 | 0.57 | 0.21 |
| Hex | 53 | 17 | 2C | 0 | 48 | 2F | 43 | 153 | 39 | 15 |
| Octal | 123 | 27 | 54 | 0 | 110 | 57 | 103 | 523 | 71 | 25 |
| Binary | 1010011 | 10111 | 101100 | 0 | 1001000 | 101111 | 1000011 | 101010011 | 111001 | 10101 |
Color Harmonies of #53172C
Complementary color
Monochromatic Colors of #53172C
Black with #53172C
Text Example
Text Example
White with #53172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53172C; }
p { color: rgb(83,23,44); }
H1.HeaderClassName
{
color: #53172C;
}
.AnyTagClassName
{
color: #53172C;
}
</style>
background-color css
<style>
a { background-color: #53172C; }
a { background-color: rgb(83,23,44); }
div.DivClassName
{
background-color: #53172C;
}
.BgClassName
{
background-color: #53172C;
}
</style>
border-color css
<style>
span { border-color: #53172C; }
span { border-color: rgb(83,23,44); }
td.TdClassName
{
border-color: #53172C;
}
.TagClassName
{
border-color: #53172C;
}
</style>