Shades of Castro #541E37
Tints of Castro #541E37
RGB
CMYK
RGB Variations
Color information
#541E37 (or 0x541E37) is known color: Castro. HEX triplet: 54, 1E and 37. RGB value is (84,30,55). Sum of RGB (Red+Green+Blue) = 84+30+55=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E37 is #ABE1C8. Grayscale: #303030. Windows color (decimal): -11264457 or 3612244. OLE color: 3612244.
HSL color Cylindrical-coordinate representation of color #541E37: hue angle of 332.22º 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 #541E37 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 55 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.67 |
| HSL | 332.22º | 0.47% | 0.22% | - |
| HSV(B) | 332.22º | 0.64% | 0.33% | - |
| XYZ | 4.81 | 3.09 | 3.96 | - |
| YUV | 49 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 55 | 0 | 0.64 | 0.35 | 0.67 | 332.22 | 0.47 | 0.22 |
| Hex | 54 | 1E | 37 | 0 | 40 | 23 | 43 | 14C | 2F | 16 |
| Octal | 124 | 36 | 67 | 0 | 100 | 43 | 103 | 514 | 57 | 26 |
| Binary | 1010100 | 11110 | 110111 | 0 | 1000000 | 100011 | 1000011 | 101001100 | 101111 | 10110 |
Color Harmonies of #541E37
Complementary color
Monochromatic Colors of #541E37
Black with #541E37
Text Example
Text Example
White with #541E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E37; }
p { color: rgb(84,30,55); }
H1.HeaderClassName
{
color: #541E37;
}
.AnyTagClassName
{
color: #541E37;
}
</style>
background-color css
<style>
a { background-color: #541E37; }
a { background-color: rgb(84,30,55); }
div.DivClassName
{
background-color: #541E37;
}
.BgClassName
{
background-color: #541E37;
}
</style>
border-color css
<style>
span { border-color: #541E37; }
span { border-color: rgb(84,30,55); }
td.TdClassName
{
border-color: #541E37;
}
.TagClassName
{
border-color: #541E37;
}
</style>