Shades of Castro #53182F
Tints of Castro #53182F
RGB
CMYK
RGB Variations
Color information
#53182F (or 0x53182F) is known color: Castro. HEX triplet: 53, 18 and 2F. RGB value is (83,24,47). Sum of RGB (Red+Green+Blue) = 83+24+47=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182F is #ACE7D0. Grayscale: #2C2C2C. Windows color (decimal): -11331537 or 3086419. OLE color: 3086419.
HSL color Cylindrical-coordinate representation of color #53182F: hue angle of 336.61º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53182F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 47 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.67 |
| HSL | 336.61º | 0.55% | 0.21% | - |
| HSV(B) | 336.61º | 0.71% | 0.33% | - |
| XYZ | 4.41 | 2.7 | 2.98 | - |
| YUV | 44.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 47 | 0 | 0.71 | 0.43 | 0.67 | 336.61 | 0.55 | 0.21 |
| Hex | 53 | 18 | 2F | 0 | 47 | 2B | 43 | 151 | 37 | 15 |
| Octal | 123 | 30 | 57 | 0 | 107 | 53 | 103 | 521 | 67 | 25 |
| Binary | 1010011 | 11000 | 101111 | 0 | 1000111 | 101011 | 1000011 | 101010001 | 110111 | 10101 |
Color Harmonies of #53182F
Complementary color
Monochromatic Colors of #53182F
Black with #53182F
Text Example
Text Example
White with #53182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53182F; }
p { color: rgb(83,24,47); }
H1.HeaderClassName
{
color: #53182F;
}
.AnyTagClassName
{
color: #53182F;
}
</style>
background-color css
<style>
a { background-color: #53182F; }
a { background-color: rgb(83,24,47); }
div.DivClassName
{
background-color: #53182F;
}
.BgClassName
{
background-color: #53182F;
}
</style>
border-color css
<style>
span { border-color: #53182F; }
span { border-color: rgb(83,24,47); }
td.TdClassName
{
border-color: #53182F;
}
.TagClassName
{
border-color: #53182F;
}
</style>