Shades of Castro #53172D
Tints of Castro #53172D
RGB
CMYK
RGB Variations
Color information
#53172D (or 0x53172D) is known color: Castro. HEX triplet: 53, 17 and 2D. RGB value is (83,23,45). Sum of RGB (Red+Green+Blue) = 83+23+45=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172D is #ACE8D2. Grayscale: #2B2B2B. Windows color (decimal): -11331795 or 2955091. OLE color: 2955091.
HSL color Cylindrical-coordinate representation of color #53172D: hue angle of 338º 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 #53172D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 45 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.67 |
| HSL | 338º | 0.57% | 0.21% | - |
| HSV(B) | 338º | 0.72% | 0.33% | - |
| XYZ | 4.35 | 2.64 | 2.76 | - |
| YUV | 43.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 45 | 0 | 0.72 | 0.46 | 0.67 | 338 | 0.57 | 0.21 |
| Hex | 53 | 17 | 2D | 0 | 48 | 2E | 43 | 152 | 39 | 15 |
| Octal | 123 | 27 | 55 | 0 | 110 | 56 | 103 | 522 | 71 | 25 |
| Binary | 1010011 | 10111 | 101101 | 0 | 1001000 | 101110 | 1000011 | 101010010 | 111001 | 10101 |
Color Harmonies of #53172D
Complementary color
Monochromatic Colors of #53172D
Black with #53172D
Text Example
Text Example
White with #53172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53172D; }
p { color: rgb(83,23,45); }
H1.HeaderClassName
{
color: #53172D;
}
.AnyTagClassName
{
color: #53172D;
}
</style>
background-color css
<style>
a { background-color: #53172D; }
a { background-color: rgb(83,23,45); }
div.DivClassName
{
background-color: #53172D;
}
.BgClassName
{
background-color: #53172D;
}
</style>
border-color css
<style>
span { border-color: #53172D; }
span { border-color: rgb(83,23,45); }
td.TdClassName
{
border-color: #53172D;
}
.TagClassName
{
border-color: #53172D;
}
</style>