Html Css Color HEX #893365 Rose Bud Cherry

📋 copy color: '#893365'

red 137 ◦ green 51 ◦ blue 101

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

Shades of Rose Bud Cherry #893365

Tints of Rose Bud Cherry #893365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 47.4%
G = 17.65%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#893365 (or 0x893365) is known color: Rose Bud Cherry. HEX triplet: 89, 33 and 65. RGB value is (137,51,101). Sum of RGB (Red+Green+Blue) = 137+51+101=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #893365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893365 is #76CC9A. Grayscale: #525252. Windows color (decimal): -7785627 or 6632329. OLE color: 6632329.

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

Color convert

RGB 137 51 101 -
CMYK 0 0.63 0.26 0.46
HSL 325.12º 0.46% 0.37% -
HSV(B) 325.12º 0.63% 0.54% -
XYZ 13.85 8.63 13.25 -
YUV 82.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 137 51 101 0 0.63 0.26 0.46 325.12 0.46 0.37
Hex 89 33 65 0 3F 1A 2E 145 2E 25
Octal 211 63 145 0 77 32 56 505 56 45
Binary 10001001 110011 1100101 0 111111 11010 101110 101000101 101110 100101

Color Harmonies of #893365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893365

Black with #893365

Text Example


Text Example

White with #893365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893365; }

 p { color: rgb(137,51,101); }

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

background-color css

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

 a { background-color: rgb(137,51,101); }

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

border-color css

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

 span { border-color: rgb(137,51,101); }

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