Html Css Color HEX #893564 Rose Bud Cherry

📋 copy color: '#893564'

red 137 ◦ green 53 ◦ blue 100

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

Shades of Rose Bud Cherry #893564

Tints of Rose Bud Cherry #893564

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 47.24%
G = 18.28%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#893564 (or 0x893564) is known color: Rose Bud Cherry. HEX triplet: 89, 35 and 64. RGB value is (137,53,100). Sum of RGB (Red+Green+Blue) = 137+53+100=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #893564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893564 is #76CA9B. Grayscale: #535353. Windows color (decimal): -7785116 or 6567305. OLE color: 6567305.

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

Color convert

RGB 137 53 100 -
CMYK 0 0.61 0.27 0.46
HSL 326.43º 0.44% 0.37% -
HSV(B) 326.43º 0.61% 0.54% -
XYZ 13.89 8.78 13.02 -
YUV 83.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 137 53 100 0 0.61 0.27 0.46 326.43 0.44 0.37
Hex 89 35 64 0 3D 1B 2E 146 2C 25
Octal 211 65 144 0 75 33 56 506 54 45
Binary 10001001 110101 1100100 0 111101 11011 101110 101000110 101100 100101

Color Harmonies of #893564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893564

Black with #893564

Text Example


Text Example

White with #893564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893564; }

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

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

background-color css

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

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

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

border-color css

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

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

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