Shades of Castro #54182E
Tints of Castro #54182E
RGB
CMYK
RGB Variations
Color information
#54182E (or 0x54182E) is known color: Castro. HEX triplet: 54, 18 and 2E. RGB value is (84,24,46). Sum of RGB (Red+Green+Blue) = 84+24+46=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182E is #ABE7D1. Grayscale: #2C2C2C. Windows color (decimal): -11266002 or 3020884. OLE color: 3020884.
HSL color Cylindrical-coordinate representation of color #54182E: hue angle of 338º 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 #54182E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 46 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.67 |
| HSL | 338º | 0.56% | 0.21% | - |
| HSV(B) | 338º | 0.71% | 0.33% | - |
| XYZ | 4.48 | 2.74 | 2.88 | - |
| YUV | 44.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 46 | 0 | 0.71 | 0.45 | 0.67 | 338 | 0.56 | 0.21 |
| Hex | 54 | 18 | 2E | 0 | 47 | 2D | 43 | 152 | 38 | 15 |
| Octal | 124 | 30 | 56 | 0 | 107 | 55 | 103 | 522 | 70 | 25 |
| Binary | 1010100 | 11000 | 101110 | 0 | 1000111 | 101101 | 1000011 | 101010010 | 111000 | 10101 |
Color Harmonies of #54182E
Complementary color
Monochromatic Colors of #54182E
Black with #54182E
Text Example
Text Example
White with #54182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54182E; }
p { color: rgb(84,24,46); }
H1.HeaderClassName
{
color: #54182E;
}
.AnyTagClassName
{
color: #54182E;
}
</style>
background-color css
<style>
a { background-color: #54182E; }
a { background-color: rgb(84,24,46); }
div.DivClassName
{
background-color: #54182E;
}
.BgClassName
{
background-color: #54182E;
}
</style>
border-color css
<style>
span { border-color: #54182E; }
span { border-color: rgb(84,24,46); }
td.TdClassName
{
border-color: #54182E;
}
.TagClassName
{
border-color: #54182E;
}
</style>