#834851

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

Shades of Solid Pink #834851

Tints of Solid Pink #834851

Color information

#834851 (or 0x834851) is unknown color: approx Solid Pink. HEX triplet: 83, 48 and 51. RGB value is (131,72,81). Sum of RGB (Red+Green+Blue) = 131+72+81=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834851 is #7CB7AE. Grayscale: #5A5A5A. Windows color (decimal): -8173487 or 5326979. OLE color: 5326979.

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

Color convert

RGB1317281-
CMYK00.450.380.49
HSL350.85º29.06%39.8%-
HSV(B)350.85º45.04%51.37%-
XYZ13.1610.059.03-
YUV90.67122.55156.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=46.13%
G=25.35%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131728100.450.380.49350.8529.0639.8
Hex83485102D263115f1d28
Octal20311012105546615373550
Binary1000001110010001010001010110110011011000110101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834851; }

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

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

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

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

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

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

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

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