#834F55

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

Shades of Solid Pink #834F55

Tints of Solid Pink #834F55

Color information

#834F55 (or 0x834F55) is unknown color: approx Solid Pink. HEX triplet: 83, 4F and 55. RGB value is (131,79,85). Sum of RGB (Red+Green+Blue) = 131+79+85=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #834F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F55 is #7CB0AA. Grayscale: #5F5F5F. Windows color (decimal): -8171691 or 5590915. OLE color: 5590915.

HSL color Cylindrical-coordinate representation of color #834F55: hue angle of 353.08º 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 #834F55 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1317985-
CMYK00.400.350.49
HSL353.08º24.76%41.18%-
HSV(B)353.08º39.69%51.37%-
XYZ13.811.0710-
YUV95.23122.23153.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=44.41%
G=26.78%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131798500.400.350.49353.0824.7641.18
Hex834F5502823311611929
Octal20311712505043615413151
Binary1000001110011111010101010100010001111000110110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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