#835275

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

Shades of Trendy Pink #835275

Tints of Trendy Pink #835275

Color information

#835275 (or 0x835275) is unknown color: approx Trendy Pink. HEX triplet: 83, 52 and 75. RGB value is (131,82,117). Sum of RGB (Red+Green+Blue) = 131+82+117=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835275 is #7CAD8A. Grayscale: #646464. Windows color (decimal): -8170891 or 7688835. OLE color: 7688835.

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

Color convert

RGB13182117-
CMYK00.370.110.49
HSL317.14º23%41.76%-
HSV(B)317.14º37.4%51.37%-
XYZ15.5912.1418.35-
YUV100.64137.23149.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=39.70%
G=24.85%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318211700.370.110.49317.142341.76
Hex835275025B3113d172a
Octal20312216504513614752752
Binary10000011101001011101010100101101111000110011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835275; }

 p { color: rgb(131,82,117); }

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

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

 a { background-color: rgb(131,82,117); }

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

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

 span { border-color: rgb(131,82,117); }

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