Html Css Color HEX #893A56 Rose Bud Cherry

📋 copy color: '#893A56'

red 137 ◦ green 58 ◦ blue 86

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

Shades of Rose Bud Cherry #893A56

Tints of Rose Bud Cherry #893A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 48.75%
G = 20.64%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#893A56 (or 0x893A56) is known color: Rose Bud Cherry. HEX triplet: 89, 3A and 56. RGB value is (137,58,86). Sum of RGB (Red+Green+Blue) = 137+58+86=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #893A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A56 is #76C5A9. Grayscale: #545454. Windows color (decimal): -7783850 or 5651081. OLE color: 5651081.

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

Color convert

RGB 137 58 86 -
CMYK 0 0.58 0.37 0.46
HSL 338.73º 0.41% 0.38% -
HSV(B) 338.73º 0.58% 0.54% -
XYZ 13.51 9.02 9.83 -
YUV 84.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 137 58 86 0 0.58 0.37 0.46 338.73 0.41 0.38
Hex 89 3A 56 0 3A 25 2E 153 29 26
Octal 211 72 126 0 72 45 56 523 51 46
Binary 10001001 111010 1010110 0 111010 100101 101110 101010011 101001 100110

Color Harmonies of #893A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A56

Black with #893A56

Text Example


Text Example

White with #893A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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