#83437F

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

Shades of Trendy Pink #83437F

Tints of Trendy Pink #83437F

Color information

#83437F (or 0x83437F) is unknown color: approx Trendy Pink. HEX triplet: 83, 43 and 7F. RGB value is (131,67,127). Sum of RGB (Red+Green+Blue) = 131+67+127=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83437F is #7CBC80. Grayscale: #5C5C5C. Windows color (decimal): -8174721 or 8340355. OLE color: 8340355.

HSL color Cylindrical-coordinate representation of color #83437F: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83437F is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13167127-
CMYK00.490.030.49
HSL303.75º32.32%38.82%-
HSV(B)303.75º48.85%51.37%-
XYZ15.210.3721.28-
YUV92.98147.2155.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 127 (50% from 255) = 39.08%
R=40.31%
G=20.62%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316712700.490.030.49303.7532.3238.82
Hex83437F0313311302027
Octal2031031770613614604047
Binary1000001110000111111111011000111110001100110000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83437F; }

 p { color: rgb(131,67,127); }

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

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

 a { background-color: rgb(131,67,127); }

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

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

 span { border-color: rgb(131,67,127); }

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