Html Css Color HEX #893065 Rose Bud Cherry

📋 copy color: '#893065'

red 137 ◦ green 48 ◦ blue 101

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

Shades of Rose Bud Cherry #893065

Tints of Rose Bud Cherry #893065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 47.9%
G = 16.78%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#893065 (or 0x893065) is known color: Rose Bud Cherry. HEX triplet: 89, 30 and 65. RGB value is (137,48,101). Sum of RGB (Red+Green+Blue) = 137+48+101=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #893065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893065 is #76CF9A. Grayscale: #505050. Windows color (decimal): -7786395 or 6631561. OLE color: 6631561.

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

Color convert

RGB 137 48 101 -
CMYK 0 0.65 0.26 0.46
HSL 324.27º 0.48% 0.36% -
HSV(B) 324.27º 0.65% 0.54% -
XYZ 13.72 8.37 13.2 -
YUV 80.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 137 48 101 0 0.65 0.26 0.46 324.27 0.48 0.36
Hex 89 30 65 0 41 1A 2E 144 30 24
Octal 211 60 145 0 101 32 56 504 60 44
Binary 10001001 110000 1100101 0 1000001 11010 101110 101000100 110000 100100

Color Harmonies of #893065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893065

Black with #893065

Text Example


Text Example

White with #893065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893065; }

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

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

background-color css

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

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

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

border-color css

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

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

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