Shades of Castro #54152D
Tints of Castro #54152D
RGB
CMYK
RGB Variations
Color information
#54152D (or 0x54152D) is known color: Castro. HEX triplet: 54, 15 and 2D. RGB value is (84,21,45). Sum of RGB (Red+Green+Blue) = 84+21+45=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54152D is #ABEAD2. Grayscale: #2A2A2A. Windows color (decimal): -11266771 or 2954580. OLE color: 2954580.
HSL color Cylindrical-coordinate representation of color #54152D: hue angle of 337.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54152D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 45 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.67 |
| HSL | 337.14º | 0.6% | 0.21% | - |
| HSV(B) | 337.14º | 0.75% | 0.33% | - |
| XYZ | 4.4 | 2.61 | 2.75 | - |
| YUV | 42.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 45 | 0 | 0.75 | 0.46 | 0.67 | 337.14 | 0.6 | 0.21 |
| Hex | 54 | 15 | 2D | 0 | 4B | 2E | 43 | 151 | 3C | 15 |
| Octal | 124 | 25 | 55 | 0 | 113 | 56 | 103 | 521 | 74 | 25 |
| Binary | 1010100 | 10101 | 101101 | 0 | 1001011 | 101110 | 1000011 | 101010001 | 111100 | 10101 |
Color Harmonies of #54152D
Complementary color
Monochromatic Colors of #54152D
Black with #54152D
Text Example
Text Example
White with #54152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54152D; }
p { color: rgb(84,21,45); }
H1.HeaderClassName
{
color: #54152D;
}
.AnyTagClassName
{
color: #54152D;
}
</style>
background-color css
<style>
a { background-color: #54152D; }
a { background-color: rgb(84,21,45); }
div.DivClassName
{
background-color: #54152D;
}
.BgClassName
{
background-color: #54152D;
}
</style>
border-color css
<style>
span { border-color: #54152D; }
span { border-color: rgb(84,21,45); }
td.TdClassName
{
border-color: #54152D;
}
.TagClassName
{
border-color: #54152D;
}
</style>