Html Css Color HEX #A54C2D Rose Of Sharon

📋 copy color: '#A54C2D'

red 165 ◦ green 76 ◦ blue 45

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

Shades of Rose Of Sharon #A54C2D

Tints of Rose Of Sharon #A54C2D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 57.69%
G = 26.57%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A54C2D (or 0xA54C2D) is known color: Rose Of Sharon. HEX triplet: A5, 4C and 2D. RGB value is (165,76,45). Sum of RGB (Red+Green+Blue) = 165+76+45=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C2D is #5AB3D2. Grayscale: #636363. Windows color (decimal): -5944275 or 2968741. OLE color: 2968741.

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

Color convert

RGB 165 76 45 -
CMYK 0 0.54 0.73 0.35
HSL 15.5º 0.57% 0.41% -
HSV(B) 15.5º 0.73% 0.65% -
XYZ 18.58 13.36 4.08 -
YUV 99.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 165 76 45 0 0.54 0.73 0.35 15.5 0.57 0.41
Hex A5 4C 2D 0 36 49 23 10 39 29
Octal 245 114 55 0 66 111 43 20 71 51
Binary 10100101 1001100 101101 0 110110 1001001 100011 10000 111001 101001

Color Harmonies of #A54C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C2D

Black with #A54C2D

Text Example


Text Example

White with #A54C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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