Html Css Color HEX #AB4B2F Rose Of Sharon

📋 copy color: '#AB4B2F'

red 171 ◦ green 75 ◦ blue 47

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

Shades of Rose Of Sharon #AB4B2F

Tints of Rose Of Sharon #AB4B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 58.36%
G = 25.6%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB4B2F (or 0xAB4B2F) is known color: Rose Of Sharon. HEX triplet: AB, 4B and 2F. RGB value is (171,75,47). Sum of RGB (Red+Green+Blue) = 171+75+47=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B2F is #54B4D0. Grayscale: #646464. Windows color (decimal): -5551313 or 3099563. OLE color: 3099563.

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

Color convert

RGB 171 75 47 -
CMYK 0 0.56 0.73 0.33
HSL 13.55º 0.57% 0.43% -
HSV(B) 13.55º 0.73% 0.67% -
XYZ 19.82 13.9 4.33 -
YUV 100.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 171 75 47 0 0.56 0.73 0.33 13.55 0.57 0.43
Hex AB 4B 2F 0 38 49 21 E 39 2B
Octal 253 113 57 0 70 111 41 16 71 53
Binary 10101011 1001011 101111 0 111000 1001001 100001 1110 111001 101011

Color Harmonies of #AB4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B2F

Black with #AB4B2F

Text Example


Text Example

White with #AB4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B2F; }

 p { color: rgb(171,75,47); }

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

background-color css

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

 a { background-color: rgb(171,75,47); }

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

border-color css

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

 span { border-color: rgb(171,75,47); }

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