#834752

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

Shades of Solid Pink #834752

Tints of Solid Pink #834752

Color information

#834752 (or 0x834752) is unknown color: approx Solid Pink. HEX triplet: 83, 47 and 52. RGB value is (131,71,82). Sum of RGB (Red+Green+Blue) = 131+71+82=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834752 is #7CB8AD. Grayscale: #5A5A5A. Windows color (decimal): -8173742 or 5392259. OLE color: 5392259.

HSL color Cylindrical-coordinate representation of color #834752: hue angle of 349º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834752 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1317182-
CMYK00.460.370.49
HSL349º29.7%39.61%-
HSV(B)349º45.8%51.37%-
XYZ13.149.949.21-
YUV90.19123.38157.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=46.13%
G=25%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131718200.460.370.4934929.739.61
Hex83475202E253115d1e28
Octal20310712205645615353650
Binary1000001110001111010010010111010010111000110101110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834752; }

 p { color: rgb(131,71,82); }

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

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

 a { background-color: rgb(131,71,82); }

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

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

 span { border-color: rgb(131,71,82); }

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