Html Css Color HEX #893864 Rose Bud Cherry

📋 copy color: '#893864'

red 137 ◦ green 56 ◦ blue 100

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

Shades of Rose Bud Cherry #893864

Tints of Rose Bud Cherry #893864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

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

R = 46.76%
G = 19.11%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#893864 (or 0x893864) is known color: Rose Bud Cherry. HEX triplet: 89, 38 and 64. RGB value is (137,56,100). Sum of RGB (Red+Green+Blue) = 137+56+100=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #893864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893864 is #76C79B. Grayscale: #555555. Windows color (decimal): -7784348 or 6568073. OLE color: 6568073.

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

Color convert

RGB 137 56 100 -
CMYK 0 0.59 0.27 0.46
HSL 327.41º 0.42% 0.38% -
HSV(B) 327.41º 0.59% 0.54% -
XYZ 14.03 9.07 13.07 -
YUV 85.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 137 56 100 0 0.59 0.27 0.46 327.41 0.42 0.38
Hex 89 38 64 0 3B 1B 2E 147 2A 26
Octal 211 70 144 0 73 33 56 507 52 46
Binary 10001001 111000 1100100 0 111011 11011 101110 101000111 101010 100110

Color Harmonies of #893864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893864

Black with #893864

Text Example


Text Example

White with #893864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893864; }

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

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

background-color css

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

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

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

border-color css

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

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

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