Shades of Rose Of Sharon #A54B2F
Tints of Rose Of Sharon #A54B2F
RGB
CMYK
RGB Variations
Color information
#A54B2F (or 0xA54B2F) is known color: Rose Of Sharon. HEX triplet: A5, 4B and 2F. RGB value is (165,75,47). Sum of RGB (Red+Green+Blue) = 165+75+47=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B2F is #5AB4D0. Grayscale: #626262. Windows color (decimal): -5944529 or 3099557. OLE color: 3099557.
HSL color Cylindrical-coordinate representation of color #A54B2F: hue angle of 14.24º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A54B2F is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 47 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.35 |
| HSL | 14.24º | 0.56% | 0.42% | - |
| HSV(B) | 14.24º | 0.72% | 0.65% | - |
| XYZ | 18.55 | 13.24 | 4.27 | - |
| YUV | 98.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 47 | 0 | 0.55 | 0.72 | 0.35 | 14.24 | 0.56 | 0.42 |
| Hex | A5 | 4B | 2F | 0 | 37 | 48 | 23 | E | 38 | 2A |
| Octal | 245 | 113 | 57 | 0 | 67 | 110 | 43 | 16 | 70 | 52 |
| Binary | 10100101 | 1001011 | 101111 | 0 | 110111 | 1001000 | 100011 | 1110 | 111000 | 101010 |
Color Harmonies of #A54B2F
Complementary color
Monochromatic Colors of #A54B2F
Black with #A54B2F
Text Example
Text Example
White with #A54B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B2F; }
p { color: rgb(165,75,47); }
H1.HeaderClassName
{
color: #A54B2F;
}
.AnyTagClassName
{
color: #A54B2F;
}
</style>
background-color css
<style>
a { background-color: #A54B2F; }
a { background-color: rgb(165,75,47); }
div.DivClassName
{
background-color: #A54B2F;
}
.BgClassName
{
background-color: #A54B2F;
}
</style>
border-color css
<style>
span { border-color: #A54B2F; }
span { border-color: rgb(165,75,47); }
td.TdClassName
{
border-color: #A54B2F;
}
.TagClassName
{
border-color: #A54B2F;
}
</style>