#835153

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

Shades of Solid Pink #835153

Tints of Solid Pink #835153

Color information

#835153 (or 0x835153) is unknown color: approx Solid Pink. HEX triplet: 83, 51 and 53. RGB value is (131,81,83). Sum of RGB (Red+Green+Blue) = 131+81+83=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #835153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835153 is #7CAEAC. Grayscale: #606060. Windows color (decimal): -8171181 or 5460355. OLE color: 5460355.

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

Color convert

RGB1318183-
CMYK00.380.370.49
HSL357.6º23.58%41.57%-
HSV(B)357.6º38.17%51.37%-
XYZ13.8611.339.64-
YUV96.18120.56152.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=44.41%
G=27.46%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131818300.380.370.49357.623.5841.57
Hex8351530262531166182a
Octal20312112304645615463052
Binary1000001110100011010011010011010010111000110110011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835153; }

 p { color: rgb(131,81,83); }

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

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

 a { background-color: rgb(131,81,83); }

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

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

 span { border-color: rgb(131,81,83); }

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