Html Css Color HEX #893955 Rose Bud Cherry

📋 copy color: '#893955'

red 137 ◦ green 57 ◦ blue 85

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

Shades of Rose Bud Cherry #893955

Tints of Rose Bud Cherry #893955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 49.1%
G = 20.43%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#893955 (or 0x893955) is known color: Rose Bud Cherry. HEX triplet: 89, 39 and 55. RGB value is (137,57,85). Sum of RGB (Red+Green+Blue) = 137+57+85=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #893955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893955 is #76C6AA. Grayscale: #545454. Windows color (decimal): -7784107 or 5585289. OLE color: 5585289.

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

Color convert

RGB 137 57 85 -
CMYK 0 0.58 0.38 0.46
HSL 339º 0.41% 0.38% -
HSV(B) 339º 0.58% 0.54% -
XYZ 13.42 8.9 9.61 -
YUV 84.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 137 57 85 0 0.58 0.38 0.46 339 0.41 0.38
Hex 89 39 55 0 3A 26 2E 153 29 26
Octal 211 71 125 0 72 46 56 523 51 46
Binary 10001001 111001 1010101 0 111010 100110 101110 101010011 101001 100110

Color Harmonies of #893955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893955

Black with #893955

Text Example


Text Example

White with #893955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893955; }

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

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

background-color css

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

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

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

border-color css

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

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

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