Html Css Color HEX #893A5E Rose Bud Cherry

📋 copy color: '#893A5E'

red 137 ◦ green 58 ◦ blue 94

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

Shades of Rose Bud Cherry #893A5E

Tints of Rose Bud Cherry #893A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 47.4%
G = 20.07%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#893A5E (or 0x893A5E) is known color: Rose Bud Cherry. HEX triplet: 89, 3A and 5E. RGB value is (137,58,94). Sum of RGB (Red+Green+Blue) = 137+58+94=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #893A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A5E is #76C5A1. Grayscale: #555555. Windows color (decimal): -7783842 or 6175369. OLE color: 6175369.

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

Color convert

RGB 137 58 94 -
CMYK 0 0.58 0.31 0.46
HSL 332.66º 0.41% 0.38% -
HSV(B) 332.66º 0.58% 0.54% -
XYZ 13.85 9.15 11.63 -
YUV 85.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 137 58 94 0 0.58 0.31 0.46 332.66 0.41 0.38
Hex 89 3A 5E 0 3A 1F 2E 14D 29 26
Octal 211 72 136 0 72 37 56 515 51 46
Binary 10001001 111010 1011110 0 111010 11111 101110 101001101 101001 100110

Color Harmonies of #893A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A5E

Black with #893A5E

Text Example


Text Example

White with #893A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A5E; }

 p { color: rgb(137,58,94); }

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

background-color css

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

 a { background-color: rgb(137,58,94); }

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

border-color css

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

 span { border-color: rgb(137,58,94); }

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