Html Css Color HEX #856D81 Monsoon

📋 copy color: '#856D81'

red 133 ◦ green 109 ◦ blue 129

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

Shades of Monsoon #856D81

Tints of Monsoon #856D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 35.85%
G = 29.38%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#856D81 (or 0x856D81) is known color: Monsoon. HEX triplet: 85, 6D and 81. RGB value is (133,109,129). Sum of RGB (Red+Green+Blue) = 133+109+129=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #856D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D81 is #7A927E. Grayscale: #767676. Windows color (decimal): -8032895 or 8482181. OLE color: 8482181.

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

Color convert

RGB 133 109 129 -
CMYK 0 0.18 0.03 0.48
HSL 310º 0.1% 0.47% -
HSV(B) 310º 0.18% 0.52% -
XYZ 19.1 17.51 23.14 -
YUV 118.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 133 109 129 0 0.18 0.03 0.48 310 0.1 0.47
Hex 85 6D 81 0 12 3 30 136 A 2F
Octal 205 155 201 0 22 3 60 466 12 57
Binary 10000101 1101101 10000001 0 10010 11 110000 100110110 1010 101111

Color Harmonies of #856D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D81

Black with #856D81

Text Example


Text Example

White with #856D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D81; }

 p { color: rgb(133,109,129); }

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

background-color css

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

 a { background-color: rgb(133,109,129); }

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

border-color css

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

 span { border-color: rgb(133,109,129); }

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