Html Css Color HEX #A54B2D Rose Of Sharon

📋 copy color: '#A54B2D'

red 165 ◦ green 75 ◦ blue 45

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

Shades of Rose Of Sharon #A54B2D

Tints of Rose Of Sharon #A54B2D

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 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

#A54B2D (or 0xA54B2D) is known color: 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

RGB 165 75 45 -
CMYK 0 0.55 0.73 0.35
HSL 15º 0.57% 0.41% -
HSV(B) 15º 0.73% 0.65% -
XYZ 18.51 13.22 4.06 -
YUV 98.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 165 75 45 0 0.55 0.73 0.35 15 0.57 0.41
Hex A5 4B 2D 0 37 49 23 F 39 29
Octal 245 113 55 0 67 111 43 17 71 51
Binary 10100101 1001011 101101 0 110111 1001001 100011 1111 111001 101001

Color Harmonies of #A54B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B2D

Black with #A54B2D

Text Example


Text Example

White with #A54B2D

Text Example


Text Example

HTML Codes & Css Web 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>