Shades of Castro #531E35
Tints of Castro #531E35
RGB
CMYK
RGB Variations
Color information
#531E35 (or 0x531E35) is known color: Castro. HEX triplet: 53, 1E and 35. RGB value is (83,30,53). Sum of RGB (Red+Green+Blue) = 83+30+53=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E35 is #ACE1CA. Grayscale: #303030. Windows color (decimal): -11329995 or 3481171. OLE color: 3481171.
HSL color Cylindrical-coordinate representation of color #531E35: hue angle of 333.96º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E35 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 53 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.67 |
| HSL | 333.96º | 0.47% | 0.22% | - |
| HSV(B) | 333.96º | 0.64% | 0.33% | - |
| XYZ | 4.67 | 3.02 | 3.71 | - |
| YUV | 48.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 53 | 0 | 0.64 | 0.36 | 0.67 | 333.96 | 0.47 | 0.22 |
| Hex | 53 | 1E | 35 | 0 | 40 | 24 | 43 | 14E | 2F | 16 |
| Octal | 123 | 36 | 65 | 0 | 100 | 44 | 103 | 516 | 57 | 26 |
| Binary | 1010011 | 11110 | 110101 | 0 | 1000000 | 100100 | 1000011 | 101001110 | 101111 | 10110 |
Color Harmonies of #531E35
Complementary color
Monochromatic Colors of #531E35
Black with #531E35
Text Example
Text Example
White with #531E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E35; }
p { color: rgb(83,30,53); }
H1.HeaderClassName
{
color: #531E35;
}
.AnyTagClassName
{
color: #531E35;
}
</style>
background-color css
<style>
a { background-color: #531E35; }
a { background-color: rgb(83,30,53); }
div.DivClassName
{
background-color: #531E35;
}
.BgClassName
{
background-color: #531E35;
}
</style>
border-color css
<style>
span { border-color: #531E35; }
span { border-color: rgb(83,30,53); }
td.TdClassName
{
border-color: #531E35;
}
.TagClassName
{
border-color: #531E35;
}
</style>