Shades of Heath #54272D
Tints of Heath #54272D
RGB
CMYK
RGB Variations
Color information
#54272D (or 0x54272D) is known color: Heath. HEX triplet: 54, 27 and 2D. RGB value is (84,39,45). Sum of RGB (Red+Green+Blue) = 84+39+45=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54272D is #ABD8D2. Grayscale: #353535. Windows color (decimal): -11262163 or 2959188. OLE color: 2959188.
HSL color Cylindrical-coordinate representation of color #54272D: hue angle of 352º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54272D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 45 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.67 |
| HSL | 352º | 0.37% | 0.24% | - |
| HSV(B) | 352º | 0.54% | 0.33% | - |
| XYZ | 4.86 | 3.53 | 2.91 | - |
| YUV | 53.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 45 | 0 | 0.54 | 0.46 | 0.67 | 352 | 0.37 | 0.24 |
| Hex | 54 | 27 | 2D | 0 | 36 | 2E | 43 | 160 | 25 | 18 |
| Octal | 124 | 47 | 55 | 0 | 66 | 56 | 103 | 540 | 45 | 30 |
| Binary | 1010100 | 100111 | 101101 | 0 | 110110 | 101110 | 1000011 | 101100000 | 100101 | 11000 |
Color Harmonies of #54272D
Complementary color
Monochromatic Colors of #54272D
Black with #54272D
Text Example
Text Example
White with #54272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54272D; }
p { color: rgb(84,39,45); }
H1.HeaderClassName
{
color: #54272D;
}
.AnyTagClassName
{
color: #54272D;
}
</style>
background-color css
<style>
a { background-color: #54272D; }
a { background-color: rgb(84,39,45); }
div.DivClassName
{
background-color: #54272D;
}
.BgClassName
{
background-color: #54272D;
}
</style>
border-color css
<style>
span { border-color: #54272D; }
span { border-color: rgb(84,39,45); }
td.TdClassName
{
border-color: #54272D;
}
.TagClassName
{
border-color: #54272D;
}
</style>