Html Css Color HEX #893964 Rose Bud Cherry

📋 copy color: '#893964'

red 137 ◦ green 57 ◦ blue 100

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

Shades of Rose Bud Cherry #893964

Tints of Rose Bud Cherry #893964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 46.6%
G = 19.39%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#893964 (or 0x893964) is known color: Rose Bud Cherry. HEX triplet: 89, 39 and 64. RGB value is (137,57,100). Sum of RGB (Red+Green+Blue) = 137+57+100=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #893964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893964 is #76C69B. Grayscale: #555555. Windows color (decimal): -7784092 or 6568329. OLE color: 6568329.

HSL color Cylindrical-coordinate representation of color #893964: hue angle of 327.75º 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 #893964 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 57 100 -
CMYK 0 0.58 0.27 0.46
HSL 327.75º 0.41% 0.38% -
HSV(B) 327.75º 0.58% 0.54% -
XYZ 14.08 9.16 13.08 -
YUV 85.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 137 57 100 0 0.58 0.27 0.46 327.75 0.41 0.38
Hex 89 39 64 0 3A 1B 2E 148 29 26
Octal 211 71 144 0 72 33 56 510 51 46
Binary 10001001 111001 1100100 0 111010 11011 101110 101001000 101001 100110

Color Harmonies of #893964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893964

Black with #893964

Text Example


Text Example

White with #893964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893964; }

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

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

background-color css

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

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

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

border-color css

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

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

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