#a54b2d

Color #A54B2D Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #A54B2D

Tints of Rose Of Sharon #A54B2D

Color information

#A54B2D (or 0xA54B2D) is unknown color: approx Rose Of Sharon. HEX triplet: A5, 4B and 2D. RGB value is (165,75,45). Sum of RGB (Red+Green+Blue) = 165+75+45=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B2D is #5AB4D2. Grayscale: #626262. Windows color (decimal): -5944531 or 2968485. OLE color: 2968485.

HSL color Cylindrical-coordinate representation of color #A54B2D: hue angle of 15º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A54B2D is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1657545-
CMYK00.550.730.35
HSL15º57.14%41.18%-
HSV(B)15º72.73%64.71%-
XYZ18.5113.224.06-
YUV98.4997.82175.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=57.89%
G=26.32%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165754500.550.730.351557.1441.18
HexA54B2D0374923f3929
Octal2451135506711143177151
Binary101001011001011101101011011110010011000111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54b2d; }

 p { color: rgb(165,75,45); }

 H1.HeaderClassName
 {
   color: #a54b2d;
 }
 .AnyTagClassName
 {
   color: #a54b2d;
 }
</style>
background-color css

<style>
 a { background-color: #a54b2d; }

 a { background-color: rgb(165,75,45); }

 div.DivClassName
 {
   background-color: #a54b2d;
 }
 .BgClassName
 {
   background-color: #a54b2d;
 }
</style>
border-color css

<style>
 span { border-color: #a54b2d; }

 span { border-color: rgb(165,75,45); }

 td.TdClassName
 {
   border-color: #a54b2d;
 }
 .TagClassName
 {
   border-color: #a54b2d;
 }
</style>