Html Css Color HEX #837185 Trendy Pink

📋 copy color: '#837185'

red 131 ◦ green 113 ◦ blue 133

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

Shades of Trendy Pink #837185

Tints of Trendy Pink #837185

RGB

 RED value IS 131 (51.56% from 255) = 34.75%

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

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

R = 34.75%
G = 29.97%
B = 35.28%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#837185 (or 0x837185) is known color: Trendy Pink. HEX triplet: 83, 71 and 85. RGB value is (131,113,133). Sum of RGB (Red+Green+Blue) = 131+113+133=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #837185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837185 is #7C8E7A. Grayscale: #787878. Windows color (decimal): -8162939 or 8745347. OLE color: 8745347.

HSL color Cylindrical-coordinate representation of color #837185: hue angle of 294º 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 #837185 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 113 133 -
CMYK 0.02 0.15 0 0.48
HSL 294º 0.08% 0.48% -
HSV(B) 294º 0.15% 0.52% -
XYZ 19.5 18.33 24.7 -
YUV 120.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 131 113 133 0.02 0.15 0 0.48 294 0.08 0.48
Hex 83 71 85 2 F 0 30 126 8 30
Octal 203 161 205 2 17 0 60 446 10 60
Binary 10000011 1110001 10000101 10 1111 0 110000 100100110 1000 110000

Color Harmonies of #837185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837185

Black with #837185

Text Example


Text Example

White with #837185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837185; }

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

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

background-color css

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

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

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

border-color css

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

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

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