Html Css Color HEX #857182 Monsoon

📋 copy color: '#857182'

red 133 ◦ green 113 ◦ blue 130

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

Shades of Monsoon #857182

Tints of Monsoon #857182

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 35.37%
G = 30.05%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857182 (or 0x857182) is known color: Monsoon. HEX triplet: 85, 71 and 82. RGB value is (133,113,130). Sum of RGB (Red+Green+Blue) = 133+113+130=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857182 is #7A8E7D. Grayscale: #787878. Windows color (decimal): -8031870 or 8548741. OLE color: 8548741.

HSL color Cylindrical-coordinate representation of color #857182: hue angle of 309º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857182 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 130 -
CMYK 0 0.15 0.02 0.48
HSL 309º 0.08% 0.48% -
HSV(B) 309º 0.15% 0.52% -
XYZ 19.61 18.41 23.64 -
YUV 120.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 133 113 130 0 0.15 0.02 0.48 309 0.08 0.48
Hex 85 71 82 0 F 2 30 135 8 30
Octal 205 161 202 0 17 2 60 465 10 60
Binary 10000101 1110001 10000010 0 1111 10 110000 100110101 1000 110000

Color Harmonies of #857182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857182

Black with #857182

Text Example


Text Example

White with #857182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857182; }

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

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

background-color css

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

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

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

border-color css

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

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

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