#834F51

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

Shades of Solid Pink #834F51

Tints of Solid Pink #834F51

Color information

#834F51 (or 0x834F51) is unknown color: approx Solid Pink. HEX triplet: 83, 4F and 51. RGB value is (131,79,81). Sum of RGB (Red+Green+Blue) = 131+79+81=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #834F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F51 is #7CB0AE. Grayscale: #5E5E5E. Windows color (decimal): -8171695 or 5328771. OLE color: 5328771.

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

Color convert

RGB1317981-
CMYK00.400.380.49
HSL357.69º24.76%41.18%-
HSV(B)357.69º39.69%51.37%-
XYZ13.6411.019.19-
YUV94.78120.23153.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=45.02%
G=27.15%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131798100.400.380.49357.6924.7641.18
Hex834F5102826311661929
Octal20311712105046615463151
Binary1000001110011111010001010100010011011000110110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F51; }

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

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

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

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

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

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

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

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