Shades of Castro #54182D
Tints of Castro #54182D
RGB
CMYK
RGB Variations
Color information
#54182D (or 0x54182D) is known color: Castro. HEX triplet: 54, 18 and 2D. RGB value is (84,24,45). Sum of RGB (Red+Green+Blue) = 84+24+45=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182D is #ABE7D2. Grayscale: #2C2C2C. Windows color (decimal): -11266003 or 2955348. OLE color: 2955348.
HSL color Cylindrical-coordinate representation of color #54182D: hue angle of 339º degrees, saturation: 0.56, 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 #54182D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 45 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.67 |
| HSL | 339º | 0.56% | 0.21% | - |
| HSV(B) | 339º | 0.71% | 0.33% | - |
| XYZ | 4.46 | 2.73 | 2.77 | - |
| YUV | 44.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 45 | 0 | 0.71 | 0.46 | 0.67 | 339 | 0.56 | 0.21 |
| Hex | 54 | 18 | 2D | 0 | 47 | 2E | 43 | 153 | 38 | 15 |
| Octal | 124 | 30 | 55 | 0 | 107 | 56 | 103 | 523 | 70 | 25 |
| Binary | 1010100 | 11000 | 101101 | 0 | 1000111 | 101110 | 1000011 | 101010011 | 111000 | 10101 |
Color Harmonies of #54182D
Complementary color
Monochromatic Colors of #54182D
Black with #54182D
Text Example
Text Example
White with #54182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54182D; }
p { color: rgb(84,24,45); }
H1.HeaderClassName
{
color: #54182D;
}
.AnyTagClassName
{
color: #54182D;
}
</style>
background-color css
<style>
a { background-color: #54182D; }
a { background-color: rgb(84,24,45); }
div.DivClassName
{
background-color: #54182D;
}
.BgClassName
{
background-color: #54182D;
}
</style>
border-color css
<style>
span { border-color: #54182D; }
span { border-color: rgb(84,24,45); }
td.TdClassName
{
border-color: #54182D;
}
.TagClassName
{
border-color: #54182D;
}
</style>