#834B4F

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

Shades of Solid Pink #834B4F

Tints of Solid Pink #834B4F

Color information

#834B4F (or 0x834B4F) is unknown color: approx Solid Pink. HEX triplet: 83, 4B and 4F. RGB value is (131,75,79). Sum of RGB (Red+Green+Blue) = 131+75+79=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834B4F is #7CB4B0. Grayscale: #5C5C5C. Windows color (decimal): -8172721 or 5196675. OLE color: 5196675.

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

Color convert

RGB1317579-
CMYK00.430.400.49
HSL355.71º27.18%40.39%-
HSV(B)355.71º42.75%51.37%-
XYZ13.2910.428.71-
YUV92.2120.55155.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=45.96%
G=26.32%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131757900.430.400.49355.7127.1840.39
Hex834B4F02B28311641b28
Octal20311311705350615443350
Binary1000001110010111001111010101110100011000110110010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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