#834B51

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

Shades of Solid Pink #834B51

Tints of Solid Pink #834B51

Color information

#834B51 (or 0x834B51) is unknown color: approx Solid Pink. HEX triplet: 83, 4B and 51. RGB value is (131,75,81). Sum of RGB (Red+Green+Blue) = 131+75+81=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B51 is #7CB4AE. Grayscale: #5C5C5C. Windows color (decimal): -8172719 or 5327747. OLE color: 5327747.

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

Color convert

RGB1317581-
CMYK00.430.380.49
HSL353.57º27.18%40.39%-
HSV(B)353.57º42.75%51.37%-
XYZ13.3610.459.1-
YUV92.43121.55155.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=45.64%
G=26.13%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131758100.430.380.49353.5727.1840.39
Hex834B5102B26311621b28
Octal20311312105346615423350
Binary1000001110010111010001010101110011011000110110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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