Html Css Color HEX #897185 Monsoon

📋 copy color: '#897185'

red 137 ◦ green 113 ◦ blue 133

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

Shades of Monsoon #897185

Tints of Monsoon #897185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 35.77%
G = 29.5%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#897185 (or 0x897185) is known color: Monsoon. HEX triplet: 89, 71 and 85. RGB value is (137,113,133). Sum of RGB (Red+Green+Blue) = 137+113+133=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #897185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897185 is #768E7A. Grayscale: #7A7A7A. Windows color (decimal): -7769723 or 8745353. OLE color: 8745353.

HSL color Cylindrical-coordinate representation of color #897185: hue angle of 310º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897185 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 133 -
CMYK 0 0.18 0.03 0.46
HSL 310º 0.1% 0.49% -
HSV(B) 310º 0.18% 0.54% -
XYZ 20.46 18.82 24.75 -
YUV 122.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 137 113 133 0 0.18 0.03 0.46 310 0.1 0.49
Hex 89 71 85 0 12 3 2E 136 A 31
Octal 211 161 205 0 22 3 56 466 12 61
Binary 10001001 1110001 10000101 0 10010 11 101110 100110110 1010 110001

Color Harmonies of #897185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897185

Black with #897185

Text Example


Text Example

White with #897185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897185; }

 p { color: rgb(137,113,133); }

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

background-color css

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

 a { background-color: rgb(137,113,133); }

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

border-color css

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

 span { border-color: rgb(137,113,133); }

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