#83464E

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

Shades of Solid Pink #83464E

Tints of Solid Pink #83464E

Color information

#83464E (or 0x83464E) is unknown color: approx Solid Pink. HEX triplet: 83, 46 and 4E. RGB value is (131,70,78). Sum of RGB (Red+Green+Blue) = 131+70+78=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83464E is #7CB9B1. Grayscale: #595959. Windows color (decimal): -8174002 or 5129859. OLE color: 5129859.

HSL color Cylindrical-coordinate representation of color #83464E: hue angle of 352.13º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83464E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1317078-
CMYK00.470.400.49
HSL352.13º30.35%39.41%-
HSV(B)352.13º46.56%51.37%-
XYZ12.939.768.41-
YUV89.15121.71157.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=46.95%
G=25.09%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131707800.470.400.49352.1330.3539.41
Hex83464E02F28311601e27
Octal20310611605750615403647
Binary1000001110001101001110010111110100011000110110000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83464E; }

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

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

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

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

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

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

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

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