Html Css Color HEX #A54A2C Rose Of Sharon

📋 copy color: '#A54A2C'

red 165 ◦ green 74 ◦ blue 44

#A54A2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #A54A2C

Tints of Rose Of Sharon #A54A2C

RGB

 RED value IS 165 (64.84% from 255) = 58.3%

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 58.3%
G = 26.15%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A54A2C (or 0xA54A2C) is known color: Rose Of Sharon. HEX triplet: A5, 4A and 2C. RGB value is (165,74,44). Sum of RGB (Red+Green+Blue) = 165+74+44=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A2C is #5AB5D3. Grayscale: #626262. Windows color (decimal): -5944788 or 2902693. OLE color: 2902693.

HSL color Cylindrical-coordinate representation of color #A54A2C: hue angle of 14.88º degrees, saturation: 0.58, 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 #A54A2C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 44 -
CMYK 0 0.55 0.73 0.35
HSL 14.88º 0.58% 0.41% -
HSV(B) 14.88º 0.73% 0.65% -
XYZ 18.42 13.08 3.94 -
YUV 97.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 165 74 44 0 0.55 0.73 0.35 14.88 0.58 0.41
Hex A5 4A 2C 0 37 49 23 F 3A 29
Octal 245 112 54 0 67 111 43 17 72 51
Binary 10100101 1001010 101100 0 110111 1001001 100011 1111 111010 101001

Color Harmonies of #A54A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A2C

Black with #A54A2C

Text Example


Text Example

White with #A54A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A2C; }

 p { color: rgb(165,74,44); }

 H1.HeaderClassName
 {
   color: #A54A2C;
 }
 .AnyTagClassName
 {
   color: #A54A2C;
 }
</style>

background-color css

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

 a { background-color: rgb(165,74,44); }

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

border-color css

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

 span { border-color: rgb(165,74,44); }

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