Shades of Castro #541C35
Tints of Castro #541C35
RGB
CMYK
RGB Variations
Color information
#541C35 (or 0x541C35) is known color: Castro. HEX triplet: 54, 1C and 35. RGB value is (84,28,53). Sum of RGB (Red+Green+Blue) = 84+28+53=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C35 is #ABE3CA. Grayscale: #2F2F2F. Windows color (decimal): -11264971 or 3480660. OLE color: 3480660.
HSL color Cylindrical-coordinate representation of color #541C35: hue angle of 333.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C35 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 53 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.67 |
| HSL | 333.21º | 0.5% | 0.22% | - |
| HSV(B) | 333.21º | 0.67% | 0.33% | - |
| XYZ | 4.71 | 2.97 | 3.69 | - |
| YUV | 47.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 53 | 0 | 0.67 | 0.37 | 0.67 | 333.21 | 0.5 | 0.22 |
| Hex | 54 | 1C | 35 | 0 | 43 | 25 | 43 | 14D | 32 | 16 |
| Octal | 124 | 34 | 65 | 0 | 103 | 45 | 103 | 515 | 62 | 26 |
| Binary | 1010100 | 11100 | 110101 | 0 | 1000011 | 100101 | 1000011 | 101001101 | 110010 | 10110 |
Color Harmonies of #541C35
Complementary color
Monochromatic Colors of #541C35
Black with #541C35
Text Example
Text Example
White with #541C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C35; }
p { color: rgb(84,28,53); }
H1.HeaderClassName
{
color: #541C35;
}
.AnyTagClassName
{
color: #541C35;
}
</style>
background-color css
<style>
a { background-color: #541C35; }
a { background-color: rgb(84,28,53); }
div.DivClassName
{
background-color: #541C35;
}
.BgClassName
{
background-color: #541C35;
}
</style>
border-color css
<style>
span { border-color: #541C35; }
span { border-color: rgb(84,28,53); }
td.TdClassName
{
border-color: #541C35;
}
.TagClassName
{
border-color: #541C35;
}
</style>