#835581

Color #835581 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #835581

Tints of Trendy Pink #835581

Color information

#835581 (or 0x835581) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 81. RGB value is (131,85,129). Sum of RGB (Red+Green+Blue) = 131+85+129=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #835581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835581 is #7CAA7E. Grayscale: #676767. Windows color (decimal): -8170111 or 8476035. OLE color: 8476035.

HSL color Cylindrical-coordinate representation of color #835581: hue angle of 302.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835581 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13185129-
CMYK00.350.020.49
HSL302.61º21.3%42.35%-
HSV(B)302.61º35.11%51.37%-
XYZ16.5712.9122.39-
YUV103.77142.24147.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=37.97%
G=24.64%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318512900.350.020.49302.6121.342.35
Hex83558102323112f152a
Octal2031252010432614572552
Binary1000001110101011000000101000111011000110010111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835581; }

 p { color: rgb(131,85,129); }

 H1.HeaderClassName
 {
   color: #835581;
 }
 .AnyTagClassName
 {
   color: #835581;
 }
</style>
background-color css

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

 a { background-color: rgb(131,85,129); }

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

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

 span { border-color: rgb(131,85,129); }

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