Html Css Color HEX #893755 Rose Bud Cherry

📋 copy color: '#893755'

red 137 ◦ green 55 ◦ blue 85

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

Shades of Rose Bud Cherry #893755

Tints of Rose Bud Cherry #893755

RGB

 RED value IS 137 (53.91% from 255) = 49.46%

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 49.46%
G = 19.86%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#893755 (or 0x893755) is known color: Rose Bud Cherry. HEX triplet: 89, 37 and 55. RGB value is (137,55,85). Sum of RGB (Red+Green+Blue) = 137+55+85=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #893755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893755 is #76C8AA. Grayscale: #525252. Windows color (decimal): -7784619 or 5584777. OLE color: 5584777.

HSL color Cylindrical-coordinate representation of color #893755: hue angle of 338.05º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #893755 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 85 -
CMYK 0 0.60 0.38 0.46
HSL 338.05º 0.43% 0.38% -
HSV(B) 338.05º 0.6% 0.54% -
XYZ 13.32 8.71 9.57 -
YUV 82.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 137 55 85 0 0.60 0.38 0.46 338.05 0.43 0.38
Hex 89 37 55 0 3C 26 2E 152 2B 26
Octal 211 67 125 0 74 46 56 522 53 46
Binary 10001001 110111 1010101 0 111100 100110 101110 101010010 101011 100110

Color Harmonies of #893755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893755

Black with #893755

Text Example


Text Example

White with #893755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893755; }

 p { color: rgb(137,55,85); }

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

background-color css

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

 a { background-color: rgb(137,55,85); }

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

border-color css

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

 span { border-color: rgb(137,55,85); }

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