#834A4E

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

Shades of Solid Pink #834A4E

Tints of Solid Pink #834A4E

Color information

#834A4E (or 0x834A4E) is unknown color: approx Solid Pink. HEX triplet: 83, 4A and 4E. RGB value is (131,74,78). Sum of RGB (Red+Green+Blue) = 131+74+78=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A4E is #7CB5B1. Grayscale: #5B5B5B. Windows color (decimal): -8172978 or 5130883. OLE color: 5130883.

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

Color convert

RGB1317478-
CMYK00.440.400.49
HSL355.79º27.8%40.2%-
HSV(B)355.79º43.51%51.37%-
XYZ13.1810.278.5-
YUV91.5120.38156.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=46.29%
G=26.15%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131747800.440.400.49355.7927.840.2
Hex834A4E02C28311641c28
Octal20311211605450615443450
Binary1000001110010101001110010110010100011000110110010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,78); }

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

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

 a { background-color: rgb(131,74,78); }

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

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

 span { border-color: rgb(131,74,78); }

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