Html Css Color HEX #AB4D31 Rose Of Sharon

📋 copy color: '#AB4D31'

red 171 ◦ green 77 ◦ blue 49

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

Shades of Rose Of Sharon #AB4D31

Tints of Rose Of Sharon #AB4D31

RGB

 RED value IS 171 (67.19% from 255) = 57.58%

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 57.58%
G = 25.93%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4D31 (or 0xAB4D31) is known color: Rose Of Sharon. HEX triplet: AB, 4D and 31. RGB value is (171,77,49). Sum of RGB (Red+Green+Blue) = 171+77+49=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4D31 is #54B2CE. Grayscale: #666666. Windows color (decimal): -5550799 or 3231147. OLE color: 3231147.

HSL color Cylindrical-coordinate representation of color #AB4D31: hue angle of 13.77º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4D31 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 49 -
CMYK 0 0.55 0.71 0.33
HSL 13.77º 0.55% 0.43% -
HSV(B) 13.77º 0.71% 0.67% -
XYZ 20 14.19 4.59 -
YUV 101.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 171 77 49 0 0.55 0.71 0.33 13.77 0.55 0.43
Hex AB 4D 31 0 37 47 21 E 37 2B
Octal 253 115 61 0 67 107 41 16 67 53
Binary 10101011 1001101 110001 0 110111 1000111 100001 1110 110111 101011

Color Harmonies of #AB4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D31

Black with #AB4D31

Text Example


Text Example

White with #AB4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D31; }

 p { color: rgb(171,77,49); }

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

background-color css

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

 a { background-color: rgb(171,77,49); }

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

border-color css

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

 span { border-color: rgb(171,77,49); }

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