Html Css Color HEX #893E5D Rose Bud Cherry

📋 copy color: '#893E5D'

red 137 ◦ green 62 ◦ blue 93

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

Shades of Rose Bud Cherry #893E5D

Tints of Rose Bud Cherry #893E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 46.92%
G = 21.23%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#893E5D (or 0x893E5D) is known color: Rose Bud Cherry. HEX triplet: 89, 3E and 5D. RGB value is (137,62,93). Sum of RGB (Red+Green+Blue) = 137+62+93=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #893E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893E5D is #76C1A2. Grayscale: #575757. Windows color (decimal): -7782819 or 6110857. OLE color: 6110857.

HSL color Cylindrical-coordinate representation of color #893E5D: hue angle of 335.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E5D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 62 93 -
CMYK 0 0.55 0.32 0.46
HSL 335.2º 0.38% 0.39% -
HSV(B) 335.2º 0.55% 0.54% -
XYZ 14.01 9.55 11.46 -
YUV 87.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 137 62 93 0 0.55 0.32 0.46 335.2 0.38 0.39
Hex 89 3E 5D 0 37 20 2E 14F 26 27
Octal 211 76 135 0 67 40 56 517 46 47
Binary 10001001 111110 1011101 0 110111 100000 101110 101001111 100110 100111

Color Harmonies of #893E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893E5D

Black with #893E5D

Text Example


Text Example

White with #893E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,62,93); }

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

background-color css

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

 a { background-color: rgb(137,62,93); }

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

border-color css

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

 span { border-color: rgb(137,62,93); }

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