#846383

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

Shades of Trendy Pink #846383

Tints of Trendy Pink #846383

Color information

#846383 (or 0x846383) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 83. RGB value is (132,99,131). Sum of RGB (Red+Green+Blue) = 132+99+131=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #846383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846383 is #7B9C7C. Grayscale: #707070. Windows color (decimal): -8100989 or 8610692. OLE color: 8610692.

HSL color Cylindrical-coordinate representation of color #846383: hue angle of 301.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846383 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13299131-
CMYK00.250.010.48
HSL301.82º14.29%45.29%-
HSV(B)301.82º25%51.76%-
XYZ18.0715.4723.51-
YUV112.51138.43141.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=36.46%
G=27.35%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329913100.250.010.48301.8214.2945.29
Hex84638301913012ee2d
Octal2041432030311604561655
Binary1000010011000111000001101100111100001001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846383; }

 p { color: rgb(132,99,131); }

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

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

 a { background-color: rgb(132,99,131); }

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

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

 span { border-color: rgb(132,99,131); }

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